Spring Boot CRUD demo is demonstrating how to implement simple CRUD operations with a Employee
entity.
This project is based on the Spring Boot project and uses these packages :
- Maven
- Spring Core
- Spring Data (Hibernate & H2)
- 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
Run the project through the IDE and head out to http://localhost:8080
or
run this command in the command line:
mvn spring-boot:run