Created
April 11, 2017 21:08
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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