Skip to content

nitishkhune/cmpe273-assignment1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful Library Service

$ mvn clean package

$ java -jar target/library-0.0.1-SNAPSHOT.jar server config/dev_config.yml

How to run this Java process forever

$ nohup ./bin/dev.sh 0<&- &> /tmp/app.log &

Service endpoint: http://localhost:8080/library/v1

Admin: http://localhost:8081/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Shell 0.3%