Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 314 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 314 Bytes

rest-service-example

Example of REST service for Intro to Clojure

Usage

Run the application locally

lein ring server

Packaging and running as standalone jar

lein do clean, ring uberjar
java -jar target/server.jar

Packaging as war

lein ring uberwar

License

Copyright ©2017