Spring boot : Application Events and Listeners - ApplicationContextInitializedEvent
Spring boot : Application Events and Listeners - ApplicationContextInitializedEvent
An ApplicationContextInitializedEvent is sent when the ApplicationContext is prepared and ApplicationContextInitializers have been called but before any bean definitions are loaded.
ApplicationContextInitializedEvent
An ApplicationContextInitializedEvent is sent when the ApplicationContext is prepared and ApplicationContextInitializers have been called but before any bean definitions are loaded.
Comments
Post a Comment