July 2017
Intermediate to advanced
414 pages
11h 18m
English
The Spring Cloud project is an overarching Spring project, which includes a combination of different components. The versions of these components are defined in the spring-cloud-starter-parent BOM.
Add the following dependency in pom.xml to use Spring Cloud Dalston dependency:
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId ...Read now
Unlock full access