project.clj 379 B

123456789
  1. (defproject hello "reitit"
  2. :description "Immutant, Reitit, Jsonista"
  3. :dependencies [[org.clojure/clojure "1.9.0"]
  4. [ikitommi/immutant-web "3.0.0-alpha1"]
  5. [metosin/jsonista "0.2.0"]
  6. [metosin/reitit "0.1.1-20180425.095607-7"]]
  7. :jvm-opts ^:replace ["-Dclojure.compiler.direct-linking=true"]
  8. :main hello.handler
  9. :aot :all)