full-stack-boot-example icon indicating copy to clipboard operation
full-stack-boot-example copied to clipboard

A sample Boot project containing Clojure and ClojureScript

Results 2 full-stack-boot-example issues
Sort by recently updated
recently updated
newest added

With openjdk version "12" 2019-03-19 I get ```Apr 23, 2019 9:00:44 PM clojure.tools.logging$eval1994$fn__1997 invoke SEVERE: (#error { :cause nil :via [{:type java.lang.NullPointerException :message nil :at [clojure.core$deref_future invokeStatic core.clj 2292]}] :trace...

I set `BUILD_COMMAND` config var to `lein cljsbuild once && lein uberjar`, but this throws: ``` remote: -----> Building with Leiningen remote: Running: lein cljsbuild once && lein uberjar remote:...