Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 324 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 324 Bytes

hibernate-jpa

Spring Boot Sample Project with Hibernate 6 and Tx management

This project is meant as a sample project for Spring Boot with Hibernate 6 and Transaction management.

How to run

  1. Clone the project
  2. Run mvn clean install
  3. Run mvn spring-boot:run
  4. Open http://localhost:8082/ in your browser