Skip to content

Shailendra1118/jbilling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is SpringBoot based web application that serves REST base APIs for clients.

Business case taken - Electronic stores and Smartphones as products.

Technology used -

Primarity used Spring modules

  • Spring Rest
  • Spring Repository
  • Spring Cache (EHCache)
  • Spring scheduling (AsyncTask) etc.

How to run -

Using Gradlew build. It build fat jar in location %PROJECT_DIR%\jbilling\build\libs\jbilling-0.1.0.jar (If running with IDE just start as plain java application.)

$ cd %PROJECT_DIR%\jbilling\build\libs\
$ java -jar jbilling-0.1.0.jar

Todos

  • Write MORE Tests

About

Rest back-end for demo pricing application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages