概述
代码语言:javascript复制Description:
Parameter 0 of method ribbonServerList in com.alibaba.cloud.nacos.ribbon.NacosRibbonClientConfiguration required a bean of type 'com.netflix.client.config.IClientConfig' that could not be found.
Action:
Consider defining a bean of type 'com.netflix.client.config.IClientConfig' in your configuration.
在微服务项目中 启动springboot项目报错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.
它的意思就是我们少了这个bean
原因
启动类放错位置了 要放在目录的第二层
解决方案
吧启动类放在目录的第二层
(不要去尝试这个bean 没有必要)