Class GearboxApplication

java.lang.Object
io.openml.gearbox.GearboxApplication

@SpringBootApplication public class GearboxApplication extends Object
The main entry point for the gearbox web service.
  • Constructor Details

    • GearboxApplication

      public GearboxApplication()
  • Method Details

    • main

      public static void main(String[] args)
      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.