Package io.openml.gearbox
Class GearboxApplication
java.lang.Object
io.openml.gearbox.GearboxApplication
The main entry point for the gearbox web service.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GearboxApplication
public GearboxApplication()
-
-
Method Details
-
main
The main method, which serves as the entry point for the Java Virtual Machine (JVM) to run the application.It delegates control to Spring Boot's SpringApplication class.
- Parameters:
args
- Command-line arguments passed to the application.
-