Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 278 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 278 Bytes

restful-using-spring-boot

This project included RESTful end to create a new record, to update existing record, to delete record, to list all records, and to partial search from existing records. I have used spring boot 2.0 and spring data jpa for the CRUD. MySQL as database.