The foundation of a Spring Boot application is often the same: next to basic configuration you want to have your custom data model using Spring Data. A REST API with basic CRUD operations can also come in handy. Now creating your custom domain model with JPA / Hibernate isn't a hassle anymore - all fields and foreign keys are setup the way you create them. Liquibase changelog can be provided as well. You may use the SQL import for an existing scheme. With Bootify.io developers can create a running prototype with their custom database scheme and REST API. The generated code can be reviewed online and downloaded when everything is complete. Read the How-To: https://bootify.io/docs/initialize-spring-boot-hibernate-with-rest-api.html





