Class SpringBootTrayLauncher

java.lang.Object
org.fuchss.traylauncher.SpringBootTrayLauncher

public final class SpringBootTrayLauncher extends Object
The entry point for the Tray Launcher 4 Spring Boot
Author:
Dominik Fuchss
  • Method Details

    • run

      public static void run(Class<?> starterClass, String[] args, SpringBootTrayLauncherConfiguration conf)
      Replace your appearance of SpringApplication.run(Main.class, args) with an invocation of this method.
      Parameters:
      starterClass - the starter class of the Spring Boot Application.
      args - the command line arguments
      conf - the configuration for the SpringBootTrayLauncher