Class DevModeBrowserLauncher

  • All Implemented Interfaces:
    Serializable, org.springframework.boot.SpringApplicationRunListener

    public class DevModeBrowserLauncher
    extends Object
    implements org.springframework.boot.SpringApplicationRunListener, Serializable
    Utilities for launching a browser when running in development mode.
    See Also:
    Serialized Form
    • Constructor Detail

      • DevModeBrowserLauncher

        public DevModeBrowserLauncher​(org.springframework.boot.SpringApplication application,
                                      String[] arguments)
    • Method Detail

      • running

        public void running​(org.springframework.context.ConfigurableApplicationContext context)
        Specified by:
        running in interface org.springframework.boot.SpringApplicationRunListener