Class Application

java.lang.Object
com.vaadin.observability.tests.starter.Application

@SpringBootApplication(exclude=org.springframework.boot.jdbc.autoconfigure.DataSourceAutoConfiguration.class) public class Application extends Object
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. This keeps the GraalVM native image lean — it carries none of the DB demo, and the kit's DataSource proxy is never engaged there — while the JVM integration tests activate the profile to exercise vaadin.db.fetch.rows end to end.
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • main

      public static void main(String[] args)