Story 2: Develop scaffolding code for managing CurvePoint entity:
- Implement the RESTFUL API for Creating a
CurvePoint entity to "do" the Spring Data Repository
- Implement the RESTFUL API for Reading a
CurvePoint entity from the existing Spring Data Repository
- Implement the RESTFUL API for Updating a
CurvePoint entity from the existing Spring Data Repository
- Implement the RESTFUL API for Deleting a
CurvePoint entity from the existing Spring Data Repository