会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
bbs1234
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
54
下一页
2023年7月14日
转:Seata 1.4.0 + nacos配置和使用
摘要: Seata 1.4.0 + nacos配置和使用
阅读全文
posted @ 2023-07-14 13:57 BBS_自律
阅读(18)
评论(0)
推荐(0)
2023年7月13日
seata中的grouplist的作用
摘要: 转: seata中的grouplist的作用 在seata-server端的file.conf配置文件中,有个default.grouplist配置,是干嘛的呢?1.作用方式这个配置,只有当registry.type=file,注册中心是file方式时,才会起作用。 2.配置这个值可以配置多个,配置
阅读全文
posted @ 2023-07-13 17:54 BBS_自律
阅读(388)
评论(0)
推荐(0)
github 潘多拉的启动
摘要: 转: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 自定义配置和使用/自定义拦截器
摘要: 转: SpringCloud 之OpenFeign 自定义配置和使用/自定义拦截器
阅读全文
posted @ 2023-07-13 13:24 BBS_自律
阅读(132)
评论(0)
推荐(0)
springcloud的版本,就不需要指定openfeign的版本了,因为在它的关联pom文件中都已经设置好了
摘要: springcloud的版本,就不需要指定openfeign的版本了,因为在它的关联pom文件中都已经设置好了 转: springboot应用使用openfeign
阅读全文
posted @ 2023-07-13 11:28 BBS_自律
阅读(84)
评论(0)
推荐(0)
转:刨析 SpringBoot 自动装配原理,其实很简单(好文章)
摘要: 刨析 SpringBoot 自动装配原理,其实很简单
阅读全文
posted @ 2023-07-13 09:43 BBS_自律
阅读(29)
评论(0)
推荐(0)
若依微服务使用openfeign ,写了一个接口,但是其他项目引入的时候显示找不到这个Bean:Could not autowire. No beans of 'RemoteHouseService' type found.
摘要: 启动报错: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tokenController': Unsatisfied dependency expres
阅读全文
posted @ 2023-07-13 09:13 BBS_自律
阅读(1219)
评论(0)
推荐(0)
2023年7月11日
springcloud中的gateway中的配置访问方式
摘要: 转: springcloud中的gateway中的配置访问方式 第二种方式 不是通过id ,是通过gateway 直接去访问的注册的服务 ,和id 一点关系都没有,id改了名字,还是可以访问,但是lb://服务名称 改了就没有办法按照原来的路径访问了,和配置没有关系了就 及时配置改成了: - id:
阅读全文
posted @ 2023-07-11 01:25 BBS_自律
阅读(121)
评论(0)
推荐(0)
2023年7月9日
seata,若依微服务报错java.sql.SQLSyntaxErrorException: Table 'xxxx-seata.distributed_lock' doesn't exist
摘要: 若依使用的 seata 版本1.4 最新的1.6 新增了 distributed_lock 这张表 D:\JAVA\seata-server-1.6.1_3\seata\script\server\db 重新啊执行一下 sql mysql.sql
阅读全文
posted @ 2023-07-09 22:46 BBS_自律
阅读(338)
评论(0)
推荐(0)
Seate 1.4.2运行seata-server.bat数据库连接失败解决方案 Could not create connection to database server.
摘要: 问题: 执行 seata-server.bat 命令,控制台报错信息: Could not create connection to database server原因:这是因为mysql数据库版本和代码使用的版本不一致导致的,mysql5.x版本和8.x版本驱动不同 所以需要修改数据库连接驱动:
阅读全文
posted @ 2023-07-09 22:42 BBS_自律
阅读(228)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
54
下一页
公告