Skip to content

Instantly share code, notes, and snippets.

@sw-samuraj
Created April 11, 2017 21:08
Show Gist options
  • Save sw-samuraj/01b42675eff0239a7eade0dec6348126 to your computer and use it in GitHub Desktop.
Save sw-samuraj/01b42675eff0239a7eade0dec6348126 to your computer and use it in GitHub Desktop.
An example of the Leiningen project for a simple Ring handler (for a blog post). Raw
(defproject blog-ring "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"]
[ring "1.6.0-RC2"]]
:main blog-ring.core)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment