Versions Compared

Key

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

...

N.B. Don't remove the configured "native" profile. It is one of Spring's predefined profiles that needs to be configured to be able to load the config files from the local classpath or file system 

 

Run Blueriq from the command line or in a batch file as follows:
java -jar blueriq-web-standalone.jar --spring.profiles.active=native,dev

 

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