springboot-crud-demo

Spring Boot CRUD demo is demonstrating how to implement simple CRUD operations with a Product entity.

  • Maven
  • Spring Core
  • Spring Data (Hibernate & MySQL)
  • Spring MVC (Tomcat)
  • Thymleaf

Installation

The project is created with Maven, so you just need to import it to your IDE and build the project to resolve the dependencies

Database configuration

Create a MySQL database with the name springbootdb and add the credentials to /resources/application.properties.
The default ones are :