October 2018
Intermediate to advanced
982 pages
23h 29m
English
dependencies {
...
compile("org.springframework.cloud: spring-cloud-starter-consul-all")
compile("org.springframework.cloud: spring-cloud-starter-openfeign")
compile("org.springframework.cloud: spring-cloud-starter-eureka-client")
compile("org.springframework.cloud: spring-cloud-starter-netflix-hystrix")
runtime("com.h2database:h2")
runtime("mysql:mysql-connector-java")
...
}
Read now
Unlock full access