Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 602 Bytes

File metadata and controls

16 lines (12 loc) · 602 Bytes

spring-boot-easy-notes-app

A spring boot application with data using Spring MVC & RESTFul API and perform CRUD operations to DB.

About this project (Where this project can be used):

  • An End-to-End backend application where you can maintain your notes very easily.
  • Here you can add the name/subject and description of your notes.
  • It will automatically index your notes serially by auto generating the note ID in the DB.

Spring Boot Dependencies used:

Spring Web, Spring Data JPA, Spring Boot Actuator, Spring Boot Devtools & MySQL Driver

Tools used:

STS, Apache Maven

DB used:

MySQL