switch from cprop to aero
This commit is contained in:
parent
772f269d5d
commit
ebc3264b92
|
@ -5,8 +5,8 @@
|
|||
:license {:name "MIT License"
|
||||
:url "http://opensource.org/licenses/MIT"}
|
||||
|
||||
:dependencies [[ch.qos.logback/logback-classic "1.2.7"]
|
||||
[cprop "0.1.19"]
|
||||
:dependencies [[aero "1.1.6"]
|
||||
[ch.qos.logback/logback-classic "1.2.7"]
|
||||
[hiccup "1.0.5"]
|
||||
[http-kit "2.5.3"]
|
||||
[javax.servlet/servlet-api "2.5"]
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
(:gen-class)
|
||||
(:require
|
||||
[clojure.tools.logging :as log]
|
||||
[aero.core :refer [read-config]]
|
||||
[aging-session.core :as aging-session]
|
||||
[cprop.core :refer [load-config]]
|
||||
[hiccup.element :refer [javascript-tag]]
|
||||
[hiccup.page :refer [html5 include-css include-js]]
|
||||
[org.httpkit.server :as http-kit]
|
||||
|
@ -38,7 +38,7 @@
|
|||
:start
|
||||
(do
|
||||
(log/info "Loading config.edn")
|
||||
(load-config :file "config.edn")))
|
||||
(read-config "config.edn")))
|
||||
|
||||
(defstate ^{:on-reload :noop} repl-server
|
||||
:start
|
||||
|
|
Loading…
Reference in a new issue