当前位置:网站首页>No servers available for service: xxxx
No servers available for service: xxxx
2022-07-04 14:30:00 【Cute Xiaoxin @ Yuanjie】
List of articles
One . Situation 1 Import load balancing configuration
The high version load balancing configuration is independent and needs to be imported
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
<version>3.1.2</version>
</dependency>
Two . Situation two nacos The namespace problem
nacos Calls between different namespaces are not supported , Leading me to gateway Service cannot get service , It turned out that 503.
Do not configure namespaces for service discovery id, Just configure the registration . This is a big hole ( At the same time, pay attention to the modification bootstrap Medium group)
边栏推荐
- leetcode:6110. The number of incremental paths in the grid graph [DFS + cache]
- Some problems and ideas of data embedding point
- 失败率高达80%,企业数字化转型路上有哪些挑战?
- Use of tiledlayout function in MATLAB
- Data Lake (13): spark and iceberg integrate DDL operations
- Stm32f1 and stm32subeide programming example -max7219 drives 8-bit 7-segment nixie tube (based on GPIO)
- 实战解惑 | OpenCV中如何提取不规则ROI区域
- 卷积神经网络经典论文集合(深度学习分类篇)
- Innovation and development of independent industrial software
- 尊重他人的行为
猜你喜欢
PyTorch的自动求导机制详细解析,PyTorch的核心魔法
(1)性能调优的标准和做好调优的正确姿势-有性能问题,上HeapDump性能社区!
按照功能对Boost库进行分类
nowcoder重排链表
Ultrasonic distance meter based on 51 single chip microcomputer
[information retrieval] link analysis
scratch古堡历险记 电子学会图形化编程scratch等级考试三级真题和答案解析2022年6月
Test process arrangement (3)
【信息检索】分类和聚类的实验
Map of mL: Based on Boston house price regression prediction data set, an interpretable case of xgboost model using map value
随机推荐
leetcode:6110. 网格图中递增路径的数目【dfs + cache】
ML:SHAP值的简介、原理、使用方法、经典案例之详细攻略
[cloud native] how can I compete with this database?
[information retrieval] link analysis
一种架构来完成所有任务—Transformer架构正在以一己之力统一AI江湖
Transplant tinyplay for imx6q development board QT system
Leetcode T48: rotating images
DDD application and practice of domestic hotel transactions -- Code
No servers available for service: xxxx
聊聊保证线程安全的 10 个小技巧
Sqlserver functions, creation and use of stored procedures
商业智能BI财务分析,狭义的财务分析和广义的财务分析有何不同?
Data Lake (13): spark and iceberg integrate DDL operations
ML之shap:基于boston波士顿房价回归预测数据集利用Shap值对LiR线性回归模型实现可解释性案例
按照功能对Boost库进行分类
【MySQL从入门到精通】【高级篇】(五)MySQL的SQL语句执行流程
流行框架:Glide的使用
scratch古堡历险记 电子学会图形化编程scratch等级考试三级真题和答案解析2022年6月
【算法leetcode】面试题 04.03. 特定深度节点链表(多语言实现)
为什么图片传输要使用base64编码