ApplicationContextInitializedEvent
Event published when a SpringApplication is starting up and the ApplicationContext is prepared and ApplicationContextInitializers have been called but before any bean definitions are loaded.
Author
Artsiom Yudovin
Since
2.1.0
Constructors
Link copied to clipboard
constructor(application: SpringApplication, args: Array<String>, context: ConfigurableApplicationContext)
Create a new ApplicationContextInitializedEvent instance.