Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

For an explanation about spring cloud config on Spring Cloud Config see http://cloud.spring.io/spring-cloud-config/spring-cloud-config.html 

 

The runtime uses spring cloud config (besides the all the other functionality that spring cloud config uses) for changing/Spring Cloud Config for changing and reloading properties. In the configured folder (

Include Page
_ConfigLocation
_ConfigLocation
) one can place an
Include Page
_PropertiesFileJavaR10PropertiesFileJava
_PropertiesFileJavaR10PropertiesFileJava
 and/or application-debug.properties (and yaml  (or YAML variants) as the default name is application (can be configured via spring.application.name=application).

...

* To make a connection to cloud config server, see #scsauth

Include Page
_PropertiesFileJavaR10PropertiesFileJava
_PropertiesFileJavaR10PropertiesFileJava
 will not contain any property meant for the config client

...

* Indicates that the server should read it’s own

Include Page
_PropertiesFileJavaR10PropertiesFileJava
_PropertiesFileJavaR10PropertiesFileJava
 from the remote config server (GIT or filesystem)

...