Spring Data
Spring Data is used to manage the persistence layer in Spring Boot applications. JPA (the specification) and Hibernate (the persistence provider) form the basis and are extended by custom functionalities. The following articles explain further interesting aspects during development.
Articles
-
» Generating the database schema in a Spring Boot application
-
» Using MapStruct with Maven and Lombok
-
» Generating JPA Entities from an existing SQL Script
-
» Bootstrapping your Spring Boot Prototype
-
» How to handle UUID in MariaDB with Hibernate