Simple vaadin dashboard for spring boot applications.
- 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>
- Run the application and navigate to app-domain/#!visualizr
For example, if running on localhost, navigate to http://localhost:8080/#!visualizr
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
The project uses Vaadin Charts, which requires a license. You can use the free trial license to test the visualizr.