You are viewing the documentation for Blueriq 13. 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

Version 1 Next »

Table of contents


This component should not be enabled in a production environment.

Description

This component adds debug/development functionality to the Runtime:

  • 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

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:

application-development-tools.properties
# Enable the H2 Console
blueriq.development.h2-console.enabled=true

After changing this property, the runtime should be restarted.

If Blueriq was installed using the installer, the H2 Console will be enabled by default. 


For security reasons the H2 Console is protected with basic authentication by default (since release 11.5). In order to use the H2 Console you need to have a user with the role h2console configured in your user-management. For an out-of-the-box installation running in development you can configure a In-memory authentication provider with the user below.

# User for H2 Console access in development.
h2={noop}h2,h2console

Be sure to specify a password encoder in your password, the noop statement with the brackets in this example


Usage

See the cookbook Using the development dashboard for more information.

Troubleshooting

N/A

  • No labels