Package com.vaadin.observability.tests.starter
package com.vaadin.observability.tests.starter
-
ClassesClassDescriptionThe JDBC/H2 stack that backs
DatabaseViewis deliberately confined to thedb-demoSpring profile (seeDbDemoConfig); Boot'sDataSourceAutoConfigurationis excluded so that, outside that profile, noDataSourceexists at all.View that issues real JDBC queries through the (proxied)DataSourceso thevaadin.db.fetch.rowssummary is recorded under routedb.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 soDatabaseViewcan issue both a small and a large fetch against real JDBC, driving thevaadin.db.fetch.rowssummary.