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