/Spring-Boot-Application

In this Application, CRUD operations Like Create, Update, Delete, Get details can be performed for Students.

Primary LanguageJava

Spring-Boot-Application


Student Management Image


In this Application, CRUD operations Like Create, Update, Delete, Get details can be performed for Students.

End Points created:

Rest all end points are:

  • save
  • update/{student_id}
  • delete/{student_id}
  • get/{student_id}
  • get/all