Versions Compared

Key

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

...

Code Block
titlebootstrap.properties
spring.profiles.active=native, development-tools,dashboard,externaldatasources,customerdata-sql-store,trace-sql-store,process-sql-store,reporting-sql-store,comments-sql-store
spring.cloud.config.server.bootstrap=true
spring.cloud.config.server.native.searchLocations=file:${spring.config.location:.}

...

When it runs it will pick up the external configuration from the default local config server on port 8888 if it is running. To modify the startup behavior you can change the location of the config server using

Include Page
_PropertiesBootstrap
_PropertiesBootstrap
 (such as
Include Page
_PropertiesFileJava
_PropertiesFileJava
 but for the bootstrap phase of an application context). 


Further reading

Children Display

...