Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 405 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 405 Bytes

SpringBoot Usermanagement application is built using.

• Spring Data JPA. • Used MySQL database. • Implemented the CrudRepository interface( To use the inbuilt findall(), save(), saveAll(), findbyid() methods). • Mapped GET and POST Http request in controller. • Tested all the Http enpoints using Postman client. • Handeled the StudentNotFound exception with a error message and error code