Skip to content

Instantly share code, notes, and snippets.

@ponkore
Created March 16, 2012 04:30
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 ponkore/2048514 to your computer and use it in GitHub Desktop.
Save ponkore/2048514 to your computer and use it in GitHub Desktop.
Hello, Compojure #2+ (swank-clojure)
;; v2: "from Emacs 'M-x clojure-jack-in'"
(defproject compojure-example "1.0.0-SNAPSHOT"
:description "Simple compojure example project"
:dependencies [[org.clojure/clojure "1.3.0"]
[compojure "1.0.1"]]
:dev-dependencies [[lein-ring "0.5.0"] ; 0.6.1 では NG だった
[swank-clojure "1.3.4"]]) ; added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment