Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 309 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 309 Bytes

spring_rest_api

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