我正在阅读春季教程,并发现:https://www.tutorialspoint.com/spring/event_handling_in_spring.htm
这些事件包括:ContextRefreshedEvent,ContextStartedEvent,ContextStoppedEvent,ContextClosedEvent,RequestHandledEvent。
所以想知道我何时应该在项目中实际使用Spring的这些事件。 在上下文开始或关闭等情况下执行事件的可能用途是什么。上面的教程链接仅说明如何实现这些事件,我想知道“为什么”实现与Spring Context有关的此类事件。