Build a Spring Boot Rest CRUD API example with Maven that use Spring Data JPA to interact with PostgreSQL database. You’ll know:
- How to configure Spring Data, JPA, Hibernate to work with PostgreSQL Database
- How to define Data Models and Repository interfaces
- Way to create Spring Rest Controller to process HTTP requests
- Way to use Spring Data JPA to interact with PostgreSQL Database.
- Client
- API Layer
- Service Layer.
- Data Access Layer
- PostgreSQL Databas.
- Spring Web.
- Spring Data JPA.
- PostgreSQL Driver
IDE: Intellije.
A few resources to get you started if this is your first time:
Welcome to the Spring Quickstart Guide.