Versions Compared

Key

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

...

Code Block
spring.profiles.active=native 
spring.cloud.config.server.native.searchLocations=${spring.config.location}
spring.cloud.config.server.bootstrap=true

By specifying specifying the

Include Page
_ConfigLocation
_ConfigLocation
 property, the location from where property files are read may be changed. At this location a 
Include Page
_PropertiesFileJava
_PropertiesFileJava
 may be placed with properties to configure the runtime.

...