SpringBoot JPA, H2 & Liquibase

JPA As a specification, the Jakarta Persistence API (formerly Java Persistence API) is concerned with persistence, which loosely means any mechanism by which Java objects outlive the application process that created them. The JPA specification lets you define which objects should be persisted, and how they are persisted in your Java applications. while JPA was originally intended for use with relational databases, … Continue reading SpringBoot JPA, H2 & Liquibase