1. Learn
  2. Spring Data

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