Fork me on GitHub
#cursive
<
2019-05-28
>
sova-soars-the-sora03:05:27

Hello, i'm trying to run my ring application but I simply get Process finished with exit code 0

sova-soars-the-sora03:05:59

Which is great, i'm glad my hello world is error free, but how can I get it to run my ring application (as in the case of lein ring server)?

jumar11:05:54

Sounds like some variant on the :join? flag? https://ring-clojure.github.io/ring/ring.adapter.jetty.html JVM stops if all non-daemon threads finish, so you wanna make sure that at least the server thread blocks until you're ready to shutdown your server.

sova-soars-the-sora14:05:00

thank you.. that makes sense but i'm not sure how to do that.

shaun-mahood15:05:55

@cfleming Is there anything written up on how to use the clojuredocs integration? I've got the docs downloaded but can't figure out how to actually use it.

cfleming21:05:40

@shaun-mahood You don’t have to do anything further, once downloaded you’ll get the examples, notes etc in the View | Quick Documentation popup.

shaun-mahood21:05:45

@cfleming Perfect! I've never used that in Cursive before 🙂

shaun-mahood21:05:31

(I've always just looked stuff up in clojuredocs manually when I needed it)