类 ApplicationStartingEvent

所有已实现的接口:
Serializable

public class ApplicationStartingEvent extends SpringApplicationEvent
Event published as early as conceivably possible as soon as a SpringApplication has been started - before the Environment or ApplicationContext is available, but after the ApplicationListeners have been registered. The source of the event is the SpringApplication itself, but beware of using its internal state too much at this early stage since it might be modified later in the lifecycle.
从以下版本开始:
1.5.0
作者:
Phillip Webb, Madhura Bhave
另请参阅:
  • 构造器详细资料

  • 方法详细资料

    • getBootstrapContext

      public ConfigurableBootstrapContext getBootstrapContext()
      Return the bootstrap context.
      返回:
      the bootstrap context
      从以下版本开始:
      2.4.0