摘要: springboot启动后执行某些动作 1.主要是springboot的启动run方法里调用了callRunners,会去调用实现了ApplicationRunner接口的类的方法 public ConfigurableApplicationContext run(String... args) { 阅读全文
posted @ 2021-10-20 14:28 SpecialSpeculator 阅读(208) 评论(0) 推荐(0) 编辑