项目作者: metosin

项目描述 :
compojure-intro
高级语言: Clojure
项目地址: git://github.com/metosin/compojure-intro.git
创建时间: 2013-10-07T07:00:11Z
项目社区:https://github.com/metosin/compojure-intro

开源协议:

下载


compojure-intro

Development

try lein eclipseor lein idea.

Running

To start a web server for the application, run:

  1. lein ring server

or run main- from compojure-intro.server namespace in repl

Packaking

  1. lein do clean, uberjar

Running

Standalone

  1. java -jar target/compojure-intro-0.1.0-SNAPSHOT-standalone.jar

Warred

  1. jetty target/compojure-intro-0.1.0-SNAPSHOT-standalone.jar

License

Copyright © 2013 Metosin Oy

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.