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


边栏推荐
猜你喜欢

Detailed index of MySQL

Excel quickly merges multiple rows of data

Introducing testfixture into unittest framework

NowCoder 反转链表

C# wpf 实现截屏框实时截屏功能

迅为IMX6Q开发板QT系统移植tinyplay

实战解惑 | OpenCV中如何提取不规则ROI区域

测试流程整理(3)

第十七章 进程内存

The implementation of OSD on rk1126 platform supports color translucency and multi-channel support for Chinese
随机推荐
Abnormal value detection using shap value
【信息检索】分类和聚类的实验
Chapter 17 process memory
失败率高达80%,企业数字化转型路上有哪些挑战?
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
卷积神经网络经典论文集合(深度学习分类篇)
MySQL的触发器
leetcode:6110. 网格图中递增路径的数目【dfs + cache】
The game goes to sea and operates globally
R语言使用dplyr包的mutate函数对指定数据列进行标准化处理(使用mean函数和sd函数)并基于分组变量计算标准化后的目标变量的分组均值
利用Shap值进行异常值检测
R语言ggplot2可视化:gganimate包创建动态折线图动画(gif)、使用transition_reveal函数在动画中沿给定维度逐步显示数据
学内核之三:使用GDB跟踪内核调用链
Golang uses JSON unmarshal number to interface{} number to become float64 type (turn)
Test process arrangement (2)
Visual Studio调试方式详解
Assertion of unittest framework
【FAQ】華為帳號服務報錯 907135701的常見原因總結和解决方法
Xcode 异常图片导致ipa包增大问题
Leetcode 61: 旋转链表