Compojure-api 2.0.0 demo

March 13, 2018 · View on GitHub

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-2018 Metosin Oy

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

Contents

  1. 1Usage
  2. 1.1Run the application locally
  3. 1.2Packaging and running as standalone jar
  4. 1.3Packaging as war
  5. 2License