July 2017
Intermediate to advanced
414 pages
11h 18m
English
In the previous section, a Config Server is set up and accessed using a web browser. In this section, the Search microservice will be modified to use the Config Server. The Search microservice will act as a Config Client.
Follow the steps listed next to use the Config Server instead of reading properties from the application.properties file:
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-config</artifactId> </dependency>
Read now
Unlock full access