java.lang.Object
io.helidon.Main
Main entry point for any Helidon application.
ServiceLoader
is used to discover the correct HelidonStartupProvider
to start the application (probably either Helidon Injection based application, or a CDI based application).
The default option is to start Helidon injection based application.
-
Method Summary
-
Method Details
-
main
Start Helidon. This method is required to start directly from a command line.- Parameters:
args
- arguments of the application
-