Home
Softono
todo-springboot-mysql-hibernate-rest

todo-springboot-mysql-hibernate-rest

Open source Java
14
Stars
12
Forks
0
Issues
3
Watchers
7 years
Last Commit

About todo-springboot-mysql-hibernate-rest

This is a todo project, In this project i used Spring-boot, Hibernate, Rest Controller, Mysql and Maven

Platforms

Web Self-hosted

Languages

Java

Links

todo-springboot-mysql-hibernate-rest

To Do List web application using Spring Boot

A simple Todo list application using Spring Boot with the following options:

  • Spring JPA and MySQL for data persistence
  • Spring MVC for the rendering.

To build and run the sample from a fresh clone of this repo:

Configure MySQL

  1. Create a database in your MySQL instance.
  2. Update the application.properties file in the src/main/resources folder with the URL, username and password for your MySQL instance. The table schema for the Todo objects will be created for you in the database.

Build and run the sample

Open a web browser to http://localhost:8080