当前位置:网站首页>Solution: Parameter 0 of method ribbonServerList in com.alibaba.cloud.nacos.ribbon.NacosRibbonClientConfigu
Solution: Parameter 0 of method ribbonServerList in com.alibaba.cloud.nacos.ribbon.NacosRibbonClientConfigu
2022-07-31 00:48:00 【51CTO】
Overview
In the microservice project, start the springboot project and report an error Parameter 0 of method ribbonServerList in
com.alibaba.cloud.nacos.ribbon.NacosRibbonClientConfigu Consider defining a bean of type
'com.netflix.client.config.IClientConfig' in your configuration.
It means we are missing this bean
reason
The startup class is misplaced and needs to be placed on the second level of the directory
Solution
Put the startup class on the second level of the directory
(don't try this bean not necessary)
边栏推荐
- Common network status codes
- Redis learning
- typescript13-类型别名
- typescript16-void
- SWM32 Series Tutorial 6 - Systick and PWM
- 解决:Parameter 0 of method ribbonServerList in com.alibaba.cloud.nacos.ribbon.NacosRibbonClientConfigu
- (5) fastai application
- 程序员工作三年攒多少钱合适?
- pytorch双线性插值
- The difference between substring and substr in MySQL
猜你喜欢
随机推荐
Error occurred while trying to proxy request项目突然起不来了
分布式系统的一致性与共识(1)-综述
Filter (Filter)
DOM系列之 offset 系列
Understand from the 11 common examples of judging equality of packaging types in the written test: packaging types, the principle of automatic boxing and unboxing, the timing of boxing and unboxing, a
图像处理工具设计
[Deep learning] Detailed explanation of Transformer model
pytorch bilinear interpolation
Kotlin协程:协程上下文与上下文元素
typescript12-联合类型
24. 请你谈谈单例模式的优缺点,注意事项,使用场景
typescript18-对象类型
MySQL数据库约束,表的设计
[In-depth and easy-to-follow FPGA learning 15---------- Timing analysis basics]
Method for deduplication of object collection
【深入浅出玩转FPGA学习13-----------测试用例设计1】
MySQL database (basic)
【深入浅出玩转FPGA学习15----------时序分析基础】
金融政企被攻击为什么要用高防CDN?
消息队列存储消息数据的MySQL表设计









