January 2018
Intermediate to advanced
336 pages
7h 56m
English
To enable the mount library for the Helping Hands Consumer service application, add a mount dependency to the project.clj file as shown in the following code snippet. Also, create a new helping-hands.consumer.state namespace that will be used to define the states using the mount.core/defstate function, which can be referred to by other namespaces of the project to get access to the current state of the defined object, such as the Datomic database connection:
(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"} ...Read now
Unlock full access