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 阅读(2220) 评论(0) 推荐(0) 编辑
摘要: 接口定义:接口,用于指示bean包含在SpringApplication中时应运行。可以在同一应用程序上下文中定义多个CommandLineRunner bean,并可以使用ordered接口或@Order注释进行排序。 用法: @Component public class InitPermiss 阅读全文
posted @ 2022-03-20 14:46 nebula_buck 阅读(84) 评论(0) 推荐(0) 编辑
  2021年11月18日
摘要: 下载 elasticsearch wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.15.2-linux-x86_64.tar.gz wget https://artifacts.elastic.co/ 阅读全文
posted @ 2021-11-18 23:21 nebula_buck 阅读(230) 评论(0) 推荐(0) 编辑
  2021年8月30日
摘要: CosId介绍 CosId 旨在提供通用、灵活、高性能的分布式 ID 生成器。项目中还是很好集成,CosId本身采用spring boot与spring cloud框架,如果项目是这类的微服务框架,那集成CosId会比较简单 搭建CosId服务参考作者提供的Demo:https://gitee.co 阅读全文
posted @ 2021-08-30 23:39 nebula_buck 阅读(690) 评论(0) 推荐(0) 编辑
  2021年8月29日
摘要: POM添加spring cloud alibaba相关jar包 1 <dependency> 2 <groupId>org.springframework.boot</groupId> 3 <artifactId>spring-boot-dependencies</artifactId> 4 <ve 阅读全文
posted @ 2021-08-29 21:01 nebula_buck 阅读(188) 评论(0) 推荐(0) 编辑
  2021年8月27日
摘要: 1、引入POM 1 <dependency> 2 <groupId>com.github.pagehelper</groupId> 3 <artifactId>pagehelper</artifactId> 4 <version>5.2.0</version> 5 </dependency> 2、M 阅读全文
posted @ 2021-08-27 23:47 nebula_buck 阅读(95) 评论(0) 推荐(0) 编辑
  2021年8月22日
摘要: 异常信息为 2021-08-22 14:24:11.086 WARN 17812 [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - canc 阅读全文
posted @ 2021-08-22 14:34 nebula_buck 阅读(4020) 评论(0) 推荐(0) 编辑