Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lispnik
Created September 16, 2011 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lispnik/1221150 to your computer and use it in GitHub Desktop.
Save lispnik/1221150 to your computer and use it in GitHub Desktop.
(defn boot []
(jetty/run-jetty #'app
{:port 9090
:join? false
:configurator (fn [server] (boot-spring server #'app "classpath:security.xml"))
:default-handler? false}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment