Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 449 Bytes

Compojure-api-examples

Example project for using Compojure-api.

Usage

Running

lein ring server

Packaging and running as standalone jar

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

Packaging as war

lein ring uberwar

License

Copyright © 2014-2015 Metosin Oy

Distributed under the Eclipse Public License, the same as Clojure.