Story 6: Develop scaffolding code for managing User Entity:
Implement the RESTFUL API for:
- Creating a
User Entity to do the Spring Data Repository
- Reading a
User Entity from the existing Spring Data Repository
- Updating a
User Entity from the existing Spring Data Repository
- Deleting a
User Entity from the existing Spring Data Repository