Package org.fuchss.traylauncher
Class SpringBootTrayLauncher
java.lang.Object
org.fuchss.traylauncher.SpringBootTrayLauncher
The entry point for the Tray Launcher 4 Spring Boot
- Author:
- Dominik Fuchss
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidrun(Class<?> starterClass, String[] args, SpringBootTrayLauncherConfiguration conf) Replace your appearance ofSpringApplication.run(Main.class, args)with an invocation of this method.
-
Method Details
-
run
public static void run(Class<?> starterClass, String[] args, SpringBootTrayLauncherConfiguration conf) Replace your appearance ofSpringApplication.run(Main.class, args)with an invocation of this method.- Parameters:
starterClass- the starter class of the Spring Boot Application.args- the command line argumentsconf- the configuration for theSpringBootTrayLauncher
-