Fork me on GitHub
#luminus
<
2019-05-16
>
jumar08:05:47

@kucerm2 It would be good if you could share your project or at least project.clj and the core namespace.

kucerm208:05:22

Sorry, problem solved, it's my fault 😕

kucerm208:05:42

Bad order of java parameters => application didn't know database connect string.

kucerm208:05:18

java -jar target/uberjar/tapka.jar -Ddatabase-url="jdbc:oracle:thin:..." instead of java -Ddatabase-url="jdbc:oracle:thin:..." -jar target/uberjar/tapka.jar

👍 8
dfcarpenter22:05:19

Has anyone implemented websockets using aleph with Luminus?