print out a message when Jetty is done starting up

This commit is contained in:
Gered 2014-12-28 01:10:20 -05:00
parent f376881cbc
commit a95ebef0bc

View file

@ -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))