This is a demo Products service which contains,
- Basic authentication support
- REST API's for
- Create Product
- Update Product
- Delete Product
- List Products
This application is built using,
- Spring boot
- H2 in memory database
- JDK 8
- Lombok
- Spring Security
- JPA
- This application does not have any test case as it was not written with TDD method :P