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