print out a message when Jetty is done starting up
This commit is contained in:
parent
f376881cbc
commit
a95ebef0bc
|
@ -115,7 +115,8 @@
|
|||
(run-jetty-async
|
||||
{:port 8080
|
||||
:auto-reload? true
|
||||
:join? false})))
|
||||
:join? false}))
|
||||
(println "Web app is running at http://localhost:8080/"))
|
||||
|
||||
(defn -main [& args]
|
||||
(run-server))
|
||||
|
|
Loading…
Reference in a new issue