October 2018
Intermediate to advanced
982 pages
23h 29m
English
Let's imagine that we have an existing configuration setup that uses a popular Apache Commons Configuration framework and stores the configuration data in XML files:
dependencies {
...
compile project(':db-count-starter')
compile("commons-configuration:commons- configuration:1.10")
compile("commons-codec:commons-codec:1.6")
compile("commons-jxpath:commons-jxpath:1.3")
compile("commons-collections:commons-collections:3.2.1")
runtime("com.h2database:h2")
...
}
Read now
Unlock full access