摘要:
解决方法 sentinel包移除xml相关 <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId> <exclusions> <e 阅读全文

最新随笔
- 1.[docker] rockylinux8安装docker
- 2.[spring security]错误使用spring security内置加密工具BCryptPasswordEncoder引发的性能问题
- 3.[spring security]使用BCryptPasswordEncoder对明文密码加密后匹配失败
- 4.[sentinel]springcloud整合sentinel后返回数据格式变成xml
- 5.[nacos]nacos2.x+nginx集群搭建以及过程中遇到的坑
- 6.[spring cloud] @EnabledEurekaClient 与 @EnabledDiscoveryClient的区别
- 7.[hystrix] hystrix-dashboard 关于 Unable to connect to Command Metric Stream 的问题解决方法
- 8.[hystrix] 常用的HystrixCommand配置
- 9.[hystrix] fallback method wasn‘t found 异常
- 10.[hystrix]openfeign+hystrix反复进降级方法问题
随笔分类 (24)
阅读排行榜
- 1. [docker] -v 挂载宿主机目录报错:No such file or directory(1489)
- 2. [docker] rockylinux8安装docker(777)
- 3. [nginx]sendfile + tcp_nopush + tcp_nodelay 开启高效的文件传输模式(762)
- 4. [spring security]使用BCryptPasswordEncoder对明文密码加密后匹配失败(679)
- 5. [nginx]nginx -s stop 报错 nginx: [error] invalid PID number "" in "/usr/local/nginx/logs/nginx.pid"(563)