2018年9月25日

spring boot监听器顺序

摘要: spring boot中支持的事件类型定在org.springframework.boot.context.event包中,目前支持的事件类型有如下6种: 执行顺序: 1、ApplicationStartingEvent spring boot最开始启动时触发。 2、ApplicationEnvir 阅读全文

posted @ 2018-09-25 18:19 M_calm 阅读(2187) 评论(0) 推荐(0)

导航