project.clj 458 B

1234567891011
  1. (defproject hello "reitit"
  2. :description "pohjavirta, reitit, jsonista & porsas"
  3. :dependencies [[org.clojure/clojure "1.10.1"]
  4. [metosin/pohjavirta "0.0.1-alpha5"]
  5. [metosin/porsas "0.0.1-alpha13"]
  6. [metosin/jsonista "0.2.5"]
  7. [metosin/reitit "0.3.10"]
  8. [hikari-cp "2.9.0"]]
  9. :jvm-opts ^:replace ["-Dclojure.compiler.direct-linking=true"]
  10. :main hello.handler
  11. :aot :all)