springboot:SpringApplication.run之后的代码没有执行
在eclipse中运行,SpringApplication.run之后的代码是可以执行的,但是放在tomcat中无法运行。
实现 ApplicationListener<ContextRefreshedEvent> 来实现。
@Component public class StartSysListener implements ApplicationListener<ContextRefreshedEvent> { }
本文来自博客园,作者:huiy_小溪,转载请注明原文链接:https://www.cnblogs.com/huiy/p/13293716.html