@Configuration public class IndexConfig{ @EventListener({ ApplicationReadyEvent.class})//监听启动类 void applicationReadyEvent() { System.out.
发布评论