Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 544 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 544 Bytes

Java Persistence API with Hibernate 5 example

This is an example of CRUD with JPA and Hibernate with PostgreSQL

Tested with following Setup

  • PostgreSQL 11
  • Hibernate 5.4.1 Final
  • Maven

Configuration file is persistence.xml

change it according to your configuration

To Run this Example

git clone https://github.com/aravinu19/JpaHibernateWithPostgre.git

Import this project in Eclipse