Spring Boot Restful + PostgreSQL + Spring JPA Hibernate – Part 1



Spring Boot Restful + PostgreSQL + Spring JPA Hibernate – Part 1

Spring Boot Restful + PostgreSQL + Spring JPA Hibernate - Part 1

How to access PostgreSQL database suing Simple Spring Boot Restful application Spring Data Java Persistence API and Hibernate.

The PostgreSQL Driver that I used in this video is compatible with PostgreSQL 8.2 or newer and requires Java 6 or newer. (Dated : 24 Jan 2021)

Check PostgreSQL Version Compatibility: https://jdbc.postgresql.org/download.html

Refer to below link if you want to know detailed information about Common Data Properties that we have defined in the application.properties file and other available properties that we can configure as per our project requirements:

https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-application-properties.html#common-application-properties-data

Comments are closed.