摘要: 转: seata中的grouplist的作用 在seata-server端的file.conf配置文件中,有个default.grouplist配置,是干嘛的呢?1.作用方式这个配置,只有当registry.type=file,注册中心是file方式时,才会起作用。 2.配置这个值可以配置多个,配置 阅读全文
posted @ 2023-07-13 17:54 BBS_自律 阅读(387) 评论(0) 推荐(0)
摘要: 转:https://zhuanlan.zhihu.com/p/638307130?utm_id=0 1.创建vim /home/chatgpt vim docker-compose.yml 2.编辑 version: '3' services: MyPandora: # 镜像名称 image: pe 阅读全文
posted @ 2023-07-13 13:45 BBS_自律 阅读(202) 评论(0) 推荐(0)
摘要: 转: SpringCloud 之OpenFeign 自定义配置和使用/自定义拦截器 阅读全文
posted @ 2023-07-13 13:24 BBS_自律 阅读(132) 评论(0) 推荐(0)
摘要: springcloud的版本,就不需要指定openfeign的版本了,因为在它的关联pom文件中都已经设置好了 转: springboot应用使用openfeign 阅读全文
posted @ 2023-07-13 11:28 BBS_自律 阅读(84) 评论(0) 推荐(0)
摘要: 刨析 SpringBoot 自动装配原理,其实很简单 阅读全文
posted @ 2023-07-13 09:43 BBS_自律 阅读(29) 评论(0) 推荐(0)
摘要: 启动报错: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tokenController': Unsatisfied dependency expres 阅读全文
posted @ 2023-07-13 09:13 BBS_自律 阅读(1217) 评论(0) 推荐(0)