当前位置:网站首页>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)
边栏推荐
猜你喜欢
随机推荐
从笔试包装类型的11个常见判断是否相等的例子理解:包装类型、自动装箱与拆箱的原理、装箱拆箱的发生时机、包装类型的常量池技术
Method for deduplication of object collection
分布式系统的一致性与共识(1)-综述
Homework: iptables prevent nmap scan and binlog
程序员工作三年攒多少钱合适?
MySQL中substring与substr区别
【Yugong Series】July 2022 Go Teaching Course 017-IF of Branch Structure
redis学习
BOM系列之Navigator对象
Add text watermark to PHP image
Oracle has a weird temporary table space shortage problem
[Yugong Series] July 2022 Go Teaching Course 015-Assignment Operators and Relational Operators of Operators
MySQL数据库约束,表的设计
Go study notes (84) - Go project directory structure
SereTOD2022 Track2 Code Analysis - Task-based Dialogue Systems Challenge for Semi-Supervised and Reinforcement Learning
What is Promise?What is the principle of Promise?How to use Promises?
Thesis understanding: "Designing and training of a dual CNN for image denoising"
图像处理工具设计
场景之多数据源查询及数据下载问题
(5) fastai application








