Package com.opensourcewithslu
Class Application
java.lang.Object
com.opensourcewithslu.Application
Runs the Micronaut framework in the Pi4Micronaut framework.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Application
public Application()This is the default constructor for the Application class. It initializes the application with default settings.
-
-
Method Details
-
main
The main entry point of the application.- Parameters:
args
- The command-line arguments passed to the application.
-