simple springboot Rest API
in this project I am creating a sample rest API
where Iam using a built in H2 database storing students details and added
3 rest endpoints
1.addstudent
2.getAllStudents
3.deleteAllstudents
for testing use postman as your rest client