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.
- Clone the project
- Run
mvn clean install
- Run
mvn spring-boot:run
- Open
http://localhost:8082/
in your browser