2022年3月20日
摘要: 引用spring boot 2.6.4 版本 报循环依赖错误 *************************** APPLICATION FAILED TO START *************************** Description: The dependencies of so 阅读全文
posted @ 2022-03-20 19:54 nebula_buck 阅读(2263) 评论(0) 推荐(0) 编辑
摘要: 接口定义:接口,用于指示bean包含在SpringApplication中时应运行。可以在同一应用程序上下文中定义多个CommandLineRunner bean,并可以使用ordered接口或@Order注释进行排序。 用法: @Component public class InitPermiss 阅读全文
posted @ 2022-03-20 14:46 nebula_buck 阅读(86) 评论(0) 推荐(0) 编辑