当前位置:网站首页>No servers available for service: xxxx
No servers available for service: xxxx
2022-07-04 12:52:00 【呆萌小新@渊洁】
一. 情况一 导入负载均衡配置
高版本负载均衡配置被独立出来需要导入
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
<version>3.1.2</version>
</dependency>
二.情况二 nacos命名空间问题
nacos不支持不同命名空间之间的调用,导致我在gateway服务获取不到服务,结果报了503。
服务发现不要配置命名空间id,给注册配置就行.这是一个大坑(同时注意修改bootstrap中的group)
边栏推荐
- Xcode 异常图片导致ipa包增大问题
- Why should Base64 encoding be used for image transmission
- flink sql-client.sh 使用教程
- 【MySQL从入门到精通】【高级篇】(四)MySQL权限管理与控制
- 失败率高达80%,企业数字化转型路上有哪些挑战?
- AI与生命科学
- golang fmt. Printf() (turn)
- Excel快速合并多行数据
- Understand chisel language thoroughly 07. Chisel Foundation (IV) - bundle and VEC
- Understand chisel language thoroughly 10. Chisel project construction, operation and testing (II) -- Verilog code generation in chisel & chisel development process
猜你喜欢
Detailed index of MySQL
迅为IMX6Q开发板QT系统移植tinyplay
商业智能BI财务分析,狭义的财务分析和广义的财务分析有何不同?
codeforce:C. Sum of Substrings【边界处理 + 贡献思维 + 灵光一现】
去除重复字母[贪心+单调栈(用数组+len来维持单调序列)]
PyTorch的自动求导机制详细解析,PyTorch的核心魔法
How to package QT and share exe
Understand chisel language thoroughly 06. Chisel Foundation (III) -- registers and counters
nowcoder重排链表
Leetcode T48: rotating images
随机推荐
MySQL的存储过程练习题
C # WPF realizes the real-time screen capture function of screen capture box
MySQL的触发器
Matters needing attention in overseas game Investment Agency
第十七章 进程内存
PyTorch的自动求导机制详细解析,PyTorch的核心魔法
【云原生】我怎么会和这个数据库杠上了?
redis 日常笔记
Detailed index of MySQL
商業智能BI財務分析,狹義的財務分析和廣義的財務分析有何不同?
[FAQ] Huawei Account Service Error Report 907135701 Common reasons Summary and Solutions
Gorm data insertion (transfer)
R语言使用epiDisplay包的followup.plot函数可视化多个ID(病例)监测指标的纵向随访图、使用stress.col参数指定强调线的id子集的颜色(色彩)
DDD application and practice of domestic hotel transactions -- Code
【MySQL从入门到精通】【高级篇】(五)MySQL的SQL语句执行流程
LifeCycle
2022 game going to sea practical release strategy
Why should Base64 encoding be used for image transmission
sql优化之查询优化器
卷积神经网络经典论文集合(深度学习分类篇)