当前位置:网站首页>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)


边栏推荐
- redis 日常笔记
- 【算法leetcode】面试题 04.03. 特定深度节点链表(多语言实现)
- (1)性能调优的标准和做好调优的正确姿势-有性能问题,上HeapDump性能社区!
- 统计php程序运行时间及设置PHP最长运行时间
- RK1126平台OSD的实现支持颜色半透明度多通道支持中文
- MATLAB中tiledlayout函数使用
- R language uses the DOTPLOT function of epidisplay package to visualize the frequency of data points in different intervals in the form of point graph, and uses the by parameter to specify the groupin
- Chapter 17 process memory
- Solutions to the problems of miui12.5 red rice k20pro using Au or povo2
- 第十六章 字符串本地化和消息字典(二)
猜你喜欢

Chapter 17 process memory

Data Lake (13): spark and iceberg integrate DDL operations

scratch古堡历险记 电子学会图形化编程scratch等级考试三级真题和答案解析2022年6月

flink sql-client.sh 使用教程

PyTorch的自动求导机制详细解析,PyTorch的核心魔法

Digi重启XBee-Pro S2C生产,有些差别需要注意

ML之shap:基于boston波士顿房价回归预测数据集利用shap值对XGBoost模型实现可解释性案例

leetcode:6109. 知道秘密的人数【dp的定义】
![[MySQL from introduction to proficiency] [advanced chapter] (IV) MySQL permission management and control](/img/cc/70007321395afe3a9fc6b6032d30aa.png)
[MySQL from introduction to proficiency] [advanced chapter] (IV) MySQL permission management and control

RK1126平台OSD的实现支持颜色半透明度多通道支持中文
随机推荐
Digi XBee 3 RF: 4个协议,3种封装,10个大功能
Map of mL: Based on Boston house price regression prediction data set, an interpretable case is realized by using the map value to the LIR linear regression model
flink sql-client.sh 使用教程
nowcoder重排链表
Query optimizer for SQL optimization
opencv3.2 和opencv2.4安装
Why should Base64 encoding be used for image transmission
Stm32f1 and stm32subeide programming example -max7219 drives 8-bit 7-segment nixie tube (based on GPIO)
Data warehouse interview question preparation
NowCoder 反转链表
潘多拉 IOT 开发板学习(RT-Thread)—— 实验3 按键实验(学习笔记)
一文概览2D人体姿态估计
【信息检索】分类和聚类的实验
卷积神经网络经典论文集合(深度学习分类篇)
为什么图片传输要使用base64编码
leetcode:6110. The number of incremental paths in the grid graph [DFS + cache]
Codeforce:c. sum of substrings
电商系统中红包活动设计
富文本编辑:wangEditor使用教程
【MySQL从入门到精通】【高级篇】(五)MySQL的SQL语句执行流程