摘要:
ContextRefreshedEvent 在初始化或刷新ApplicationContext时发布(例如,通过使用ConfigurableApplicationContext接口上的refresh()方法)。在这里,“已初始化”是指所有Bean都已加载,检测到并激活了后处理器Bean,已预先实例化 阅读全文
摘要:
ApplicationStartingEvent:开始启动中 @since 1.5.0,并非1.0.0就有的哦。不过现在几乎没有人用1.5以下的版本了,所以可当它是标准事件。 ApplicationEnvironmentPreparedEvent:环境已准备好 @since 1.0.0。该事件节点是 阅读全文