Versions Compared

Key

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

To tell Blueriq to make use of profile specific configuration you need to add the name of the corresponding profile to the spring.profile.active property in bootstrap.properties, like this;

Code Block
languagetext
titlebootstrap.properties
spring.cloud.config.server.bootstrap=true
spring.profiles.active=native,development-tools
spring.cloud.config.server.native.searchLocations=file:${spring.config.location:.}

...

Or run Blueriq from the command line or in a batch file as follows:

Code Block
languagetext
java -jar blueriq-web-standalone.jar --spring.profiles.active=native,development-tools

...