/springboot-crud-demo

Spring Boot CRUD demo

Primary LanguageHTML

(FORK) springboot-crud-demo

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

What's inside

This project is based on the Spring Boot project and uses these packages :

  • 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 PostgreSQL database add fix the correct credentials to /resources/application.properties.

Usage

Run the project and head out to http://localhost:8080

#This is not my project. It's a fork!