You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Published when the ApplicationContext is closed by using the close() method on the ConfigurableApplicationContext interface. Here, “closed” means that all singleton beans are destroyed. ...
It seems that such a definition may be misleading as soon as it sounds like event is triggered after beans destruction.
Actually AbstractApplicationContext#doClose defines the real execution order.