Versions Compared

Key

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

...

  • spring.profiles.active=native,development-tools --> this tell Blueriq to load the configuration that is specific for the dev plugin. The configuration itself can be found in application-development-tools.properties

 


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

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


In Eclipse:

- add the spring profile called dev to the VM arguments of the Run configuration:
         -Dspring.profiles.active=native,development-tools