Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 253 Bytes

File metadata and controls

9 lines (8 loc) · 253 Bytes
mvn clean spring-boot:run

creates the database from the liquibase changeset in src/main/resources/db/changelog/db.changelog-master.yaml

mvn hibernate:hbm2java

then reverse engineers that database and creates JPA entities.