
spring-cloud-alibaba
spring-cloud-alibaba相关组件的学习笔记
阿飞啊飞啊飞
摆烂
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
APISIX整合nacos
APISIX整合nacos原创 2022-08-14 13:11:23 · 3191 阅读 · 2 评论 -
springboot2.*整合swagger3异常
sprongboot整合swagger3异常原创 2022-05-30 10:46:24 · 1139 阅读 · 0 评论 -
gateway整合keycloak异常
报错:Parameter 0 of method modifyRequestBodyGatewayFilterFactory in org.springframework.cloud.gateway.config.GatewayAutoConfiguration required a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' that could not be found.排除冲突 <depen原创 2021-05-26 09:51:47 · 598 阅读 · 0 评论 -
seata整合nacos
介绍:http://seata.io/zh-cn/index.html下载地址:http://seata.io/zh-cn/blog/download.html版本:Seata Version1.3.0Nacos Version1.4.11.seata配置nacos为注册中心修改seata\conf\registry.conf,修改自己的nacos地址seata配置nacos为配置中心2.初始话数据库执行sqlCREATE TABLE IF NOT EXISTS原创 2021-02-16 17:30:32 · 400 阅读 · 0 评论 -
nacos使用笔记
介绍:https://nacos.io/zh-cn/docs/quick-start.html下载地址:https://github.com/alibaba/nacos/releases这次使用的版本是Nacos Version1.4.1使用mysql8.0,修改配置文件nacos\conf\application.properties数据库运行sql文件,初始化单机模式,修改启动文件启动后访问:http://localhost:8848/nacos初始用户名密码是:na原创 2021-02-16 16:06:44 · 152 阅读 · 0 评论