Package com.group21.jobTracker
Class MyApplication
- java.lang.Object
-
- com.group21.jobTracker.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 Summary
Constructors Constructor Description MyApplication()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(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.
-
-
-
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
-
-