Spring Cloud Config Server: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:
The Cloud Config Server is accessed by a Spring Boot application with a Config Client.  
The Cloud Config Server is accessed by a Spring Boot application with a Config Client.  


The properties to configure the Config Client must be read before the rest of the application configuration is read from the Config Server, during the bootstrap phase. The bootstrap phase is configured by [[bootstrap.yaml]].
The properties to configure the Config Client must be read before the rest of the application configuration is read from the Config Server, during the bootstrap phase. The bootstrap phase is configured by [[bootstrap.yml]].

Revision as of 22:48, 16 April 2019

External

Internal

Overview

The Cloud Config Server is accessed by a Spring Boot application with a Config Client.

The properties to configure the Config Client must be read before the rest of the application configuration is read from the Config Server, during the bootstrap phase. The bootstrap phase is configured by bootstrap.yml.