Blueriq's dev plugin is marked as a Spring Profile called development-tools.

To enable the dev plugin one needs to configure Blueriq Runtime as follows:
- make sure bootstrap.properties contains:

- add the spring profile called 'dev' to the configuration:


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