luminus

jumar 2019-05-16T08:01:47.030800Z

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

2019-05-16T08:09:22.031400Z

Sorry, problem solved, it's my fault 😕

2019-05-16T08:11:42.033700Z

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

2019-05-16T08:13:18.034500Z

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

2👍
2019-05-16T22:18:19.036Z

Has anyone implemented websockets using aleph with Luminus?