Package fr.metabocloud.core
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
main
The main method that serves as the entry point of the Spring Boot application.- Parameters:
args- Default arguments passed to the application.
-