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 2 Next »

Blueriq properties should be configured in the application.properties file. You can also refer to an explicit location using the spring.config.location environment property.

This is possible via JVM arguments:

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

Or by using system environment variables:

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

(warning) Make sure you start the path with "file:" and end the path with a slash!

The spring.config.location is optional. But when you use the development plugin it is advised to specify a spring.config.location because this is the place where Blueriq tries to write properties that has been specified in the developer plugin.

  • No labels