Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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
You can’t perform that action at this time.