January 2018
Intermediate to advanced
336 pages
7h 56m
English
To enable an Omniconf library for an existing project, such as Helping Hands Consumer Service, add the Omniconf dependency to the project.clj file and add JVM opts, conf to the dev profile that points to the conf.edn Omniconf configuration file:
(defproject helping-hands-consumer "0.0.1-SNAPSHOT" :description "Helping Hands Consumer Application" :url "https://www.packtpub.com/application-development/microservices-clojure" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.8.0"] [io.pedestal/pedestal.service "0.5.3"] [io.pedestal/pedestal.jetty "0.5.3"] ;; Datomic Free Edition [com.datomic/datomic-free "0.9.5561.62"] ;; Omniconf [com.grammarly/omniconf ...Read now
Unlock full access