此时情绪此时天,无事小神仙
好好生活,平平淡淡每一天

编辑

@Component @PostConstruct @Order ApplicationRunner CommandLineRunner

@Component中static优先于@PostConstruct优先于ApplicationRunner优先于CommandLineRunner @Component 优先执行 @Order可执行执行顺序:数字越小,优先级越高,也就是@Order(1)注解的类会在@Order(2)注解的类之前执
posted @ 2021-06-29 11:58  踏步  阅读(370)  评论(0编辑  收藏  举报