Skip to content

sachingorade/demoserverapplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Server Application

This is a demo Products service which contains,

  1. Basic authentication support
  2. REST API's for
    1. Create Product
    2. Update Product
    3. Delete Product
    4. List Products

Technologies

This application is built using,

  1. Spring boot
  2. H2 in memory database
  3. JDK 8
  4. Lombok
  5. Spring Security
  6. JPA

Known issues

  1. This application does not have any test case as it was not written with TDD method :P