Class Application

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

@SpringBootApplication @Theme("pissir23") public class Application extends Object implements com.vaadin.flow.component.page.AppShellConfigurator
The entry point of the Spring Boot application. Use the @PWA annotation make the application installable on phones, tablets and some desktop browsers.
See Also:
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • main

      public static void main(String[] args)