February 2018
Intermediate to advanced
286 pages
7h 20m
English
dependencies {
...
compile("org.springframework.boot:spring-boot-starter- data-rest")
// compile("org.springframework.boot:spring-boot-starter- jetty") // Need to use Jetty instead of Tomcat
compile("org.springframework.boot:spring-boot-starter- actuator")
compile project(':db-count-starter')
...
}