October 2018
Intermediate to advanced
982 pages
23h 29m
English
Take a look at the following steps to set up service discovery:
...
dependencies {
...
compile("io.dropwizard.metrics:metrics-graphite:3.1.0")
compile("org.springframework.boot:spring-boot-devtools")
//compile("org.springframework.cloud:spring-cloud-context")
//compile("org.springframework.cloud:spring-cloud-commons")
compile("org.springframework.cloud:spring-cloud-starter-consul-all")
runtime("com.h2database:h2")
...
}
...
Read now
Unlock full access