Spring Boot CRUD demo is demonstrating how to implement simple CRUD operations with a Product
entity.
This project is based on the Spring Boot project and uses these packages :
- Maven
- Spring Core
- Spring Data (Hibernate & MySQL)
- Spring MVC (Tomcat)
- Thymleaf
The project is created with Maven, so you just need to import it to your IDE and build the project to resolve the dependencies
Create a PostgreSQL database add fix the correct credentials to /resources/application.properties
.
Run the project and head out to http://localhost:8080
#This is not my project. It's a fork!