Class Application

java.lang.Object
com.decs.application.Application
All Implemented Interfaces:
com.vaadin.flow.component.page.AppShellConfigurator, Serializable

@SpringBootApplication @EnableAsync @NpmPackage(value="@fontsource/cousine", version="4.5.0") @Theme("decs") public class Application extends Object implements com.vaadin.flow.component.page.AppShellConfigurator
Application Class

This class represents the entry point of the Spring Boot application. In order to make the application installable on phones, tablets and some desktop browsers, include the @PWA annotation.

Version:
1.0
Author:
Bruno Guiomar
See Also:
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • main

      public static void main(String[] args)
      Main method of the Java application
      Parameters:
      args - Command line arguments
    • dataSourceScriptDatabaseInitializer

      @Bean org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer dataSourceScriptDatabaseInitializer(DataSource dataSource, org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties properties, SamplePersonRepository repository)