Versions Compared

Key

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

...

  • A dashboard to start application and manage the server (settings),
  • session debug tools to debug/inspect the current running session,
  • a connection to Studio to start applications modelled in Studio.

Requirements

N/A

Installation

This component is enabled by default, but can be disabled:

To disable this component, the development-tools profile should be disabled. More information on how to configure the application using Spring Profiles can be found here : Application configuration with Spring Profiles.

Configuration

Shortcut properties

To enable editing of shortcut properties create a file named application-shortcuts.properties in the Blueriq config location. Enable the shortcuts Spring profile to make the properties available to the Runtime.

Runtime user properties

To enable editing of Runtime user properties create a file named users.properties in the Blueriq config location. You can configure editing behaviour by adding properties to 

Include Page
_PropertiesDevelopmentToolsV2
_PropertiesDevelopmentToolsV2

Code Block
languagetext
titleapplication-development-tools.properties
# When true, user property passwords will be cryptographically hashed when stored
blueriq.development.user-properties.store-password-hashed=true
Info

By default passwords for user properties will be (cryptographically) hashed when you save them through the Development Dashboard. If you want new passwords to be saved in plain text, set the above mentioned property to false.

H2 Console

For security reasons, the H2 Console is disabled by default since Blueriq 11.5. You can enable it by adding a property to application-development-tools.properties:

...

See the cookbook Using the development dashboard for more information.

Troubleshooting

N/A