To get started, first click the Download ZIP button to the right to download this sample exercise.
Showcase secured rest API's with CRUD operations and authentication using the Spring Boot and Java 8.
This application showcases below features.
- Create API for authentication, check User existing and return generated token
Token secured API's
- Create API for retrieving all employee.
- Create API for retrieving one employee by ID.
- Create API for saving one employee.
- Create API for modifying one employee.
Not secured API
- Create API for deleting one employee by ID.
Swagger
Swagger URL. http://localhost:8080/swagger-ui.html
- Unit testing.
- Integration testing.