Package com.vaadin.observability.tests.starter


package com.vaadin.observability.tests.starter
  • Classes
    Class
    Description
    The JDBC/H2 stack that backs DatabaseView is deliberately confined to the db-demo Spring profile (see DbDemoConfig); Boot's DataSourceAutoConfiguration is excluded so that, outside that profile, no DataSource exists at all.
    View that issues real JDBC queries through the (proxied) DataSource so the vaadin.db.fetch.rows summary is recorded under route db.
    Provides the embedded H2 DataSource and JdbcTemplate that back DatabaseView and NumbersInitializer.
    Simple landing view; opening it drives a real Vaadin session, UI and navigation through the framework so the Micrometer binders fire.
    Seeds the embedded H2 database with 1000 rows so DatabaseView can issue both a small and a large fetch against real JDBC, driving the vaadin.db.fetch.rows summary.