You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.