当前位置:网站首页>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)
边栏推荐
猜你喜欢
随机推荐
Shell programming of conditional statements
MySQL database advanced articles
[C language course design] C language campus card management system
XSS related knowledge
[In-depth and easy-to-follow FPGA learning 15---------- Timing analysis basics]
The difference between truncate and delete in MySQL database
typescript9-常用基础类型
MySQL database constraints, table design
Shell编程之条件语句
MySQL的grant语句
什么是Promise?Promise的原理是什么?Promise怎么用?
MySQL数据库(基础)
金融政企被攻击为什么要用高防CDN?
typescript16-void
Consistency and Consensus of Distributed Systems (1) - Overview
h264和h265解码上的区别
Method for deduplication of object collection
Strict Mode for Databases
BOM系列之Navigator对象
这个项目太有极客范儿了









