Skip to content

Instantly share code, notes, and snippets.

@ponkore
Created March 15, 2012 11:01
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/2043648 to your computer and use it in GitHub Desktop.
Save ponkore/2043648 to your computer and use it in GitHub Desktop.
Hello, Compojure #1
;; v1: "lein ring server"
(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 だった
:ring {:handler compojure-example.core/app})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment