Class MyApplication

  • All Implemented Interfaces:
    com.vaadin.flow.component.page.AppShellConfigurator, Serializable

    @SpringBootApplication(exclude=org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class)
    public class MyApplication
    extends Object
    implements com.vaadin.flow.component.page.AppShellConfigurator
    This method runs the JobTracker application.
    See Also:
    Serialized Form
    • Constructor Detail

      • MyApplication

        public MyApplication()
    • Method Detail

      • main

        public static void main​(String[] args)
        The main method makes it possible to run the application as a plain Java application which starts embedded web server via Spring Boot.
        Parameters:
        args - command line parameters