/visualizr

Visual dashboard for spring boot applications

Primary LanguageJavaApache License 2.0Apache-2.0

Visualizr

Simple vaadin dashboard for spring boot applications.

Getting started

  1. Add the visualizr dependency to an existing vaadin spring boot applicaiton:
    <dependency>
      <groupId>org.vaadin</groupId>
      <artifactId>visualizr</artifactId>
      <version>0.0.1-SNAPSHOT</version>
    </dependency>
  1. Run the application and navigate to app-domain/#!visualizr

For example, if running on localhost, navigate to http://localhost:8080/#!visualizr

Configuration

The visualizr supports configuration of the UI endpoint via the visualizr.endpoint property.

By default, the dashboard is available on the visualizr path. To override this, simply add the following line to the application.properties file of the spring boot application:

    visualizr.endpoint=[your-new-endpoint]

After which the visualizr dashboard UI will be available on app-domain/#!your-new-endpoint

Note

The project uses Vaadin Charts, which requires a license. You can use the free trial license to test the visualizr.