In this tutorial, I’ll show you how to use Spring Data JPA to integrate a relational database (PostgreSQL in my example) into a Spring Boot application.
I’ll use these technologies and tools:
- Spring Tool Suite (STS) 3.8.4.RELEASE
- Java 8
- Spring Boot 1.5.3.RELEASE
- Maven 3.3.9
- PostgreSQL 9.6.2
Continue reading “Spring Data JPA using Hibernate and Java Configuration with Annotations”