Package com.example.demo
Class DemoApplication
java.lang.Object
com.example.demo.DemoApplication
The main application class for the Spring Boot project.
ait comes with Configuration, EnableAutoConfiguration,
and ComponentScan.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DemoApplication
public DemoApplication()
-
-
Method Details
-
main
The main method which uses Spring Boot's method to launch the application.- Parameters:
args- Command line arguments passed to the application.
-