-
Task
-
Resolution: Done
-
Major
-
7.23.0.Final
-
None
-
2019 Week 29-31, 2019 Week 32-34
-
3
-
NEW
-
NEW
- Move the Employee domain object to spring-boot app
- Expose CRUD endpoints for skills using @RestController
- Test all endpoints using Postman
- Add unit tests for Employee endpoint
- Persist Employee object using Spring Data JPA
- Create EmployeeService that implements CRUD methods for Employee object, use this service in EmployeeController
- Test EmployeeService and check the database using h2 in memory database console http://locahost:8080/h2-console
- Test the endpoints in Postman