Package com.bayudwiyansatria.spring
Class Application
java.lang.Object
com.bayudwiyansatria.spring.Application
Application
This is the main class for the Spring Boot application. It is annotated with
@SpringBootApplication
to enable auto-configuration and component scanning.
The main
method is the entry point of the application.
- Since:
- 0.0.1
- Version:
- 0.0.1
- Author:
- Bayu Dwiyan Satria
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
main
Main Application RunnerThis is the main method which uses
SpringApplication.run
to launch the application.- Parameters:
args
- command-line arguments passed to the application- Since:
- 0.0.1
-