Class Application

java.lang.Object
fr.metabocloud.core.Application

@SpringBootApplication(scanBasePackages="fr.metabocloud.core") public class Application extends Object
The main entry point for the MetaboCloud CDK Spring Boot application.
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • main

      public static void main(String[] args)
      The main method that serves as the entry point of the Spring Boot application.
      Parameters:
      args - Default arguments passed to the application.