My learning project for spring Boot
Implemented topics
- SpringBoot setup
- First REST controller
- REST controller to return object in response
- Business service and updated controller to use it
- Endpoint to get single topic using path variable
- Creation of new resource using POST and request body
- Update and delete endpoint
- Application.properties to configure servlet context
- Adding dependencies for JPA
- Creating and making CRUD operations with a Spring Data JPA Repository
- Entity relationship and extending repository
- Actuator