October 2018
Intermediate to advanced
982 pages
23h 29m
English
Continuing with our BookPub project, we will be adding a DevTools module to the main build configuration by performing the following steps:
dependencies {
...
compile("io.dropwizard.metrics:metrics-graphite:3.1.0")
compile("org.springframework.boot:spring-boot-devtools")
runtime("com.h2database:h2")
...
}
Read now
Unlock full access