You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

Properties should be configured in the application.properties file. You can also refer to an explicit location using the

spring.config.additional-location
 environment property.

This is possible via JVM arguments:

$ -Dspring.config.additional-location=file:///your/config/dir/

Or by using system environment variables:

$ set spring.config.additional-location=file:///your/config/dir/

(warning) Make sure you end the path with a slash!

The

spring.config.additional-location
 is optional, but it is required for the development plugin to store any changes you make through the development plugin.

Instead of reading from file system, you can also read properties from GIT.


  • No labels