July 2017
Intermediate to advanced
414 pages
11h 18m
English
In the previous section, we used http://localhost:8888/application/default/master to explore the properties. How do we interpret the given URL?
The first element in the URL is the application name. In the last example, the application name should be application. The application name is a logical name given to the application, using the spring.application.name property in the bootstrap.properties of the Spring Boot application. Each application must have a unique name. The Config Server will use the name to resolve and pick up appropriate properties from the Config Server repository. The application name is also sometimes referred to as service ID. If there is an application with the name myapp, then there ...
Read now
Unlock full access