Could not autowire. No beans of ‘DiscoveryClient‘ type found.

阅读 50

2023-09-03


Could not autowire. No beans of ‘DiscoveryClient‘ type found._.net


一、导错了包

DiscoveryClient对应有两个包:

org.springframework.cloud.client.discovery.DiscoveryClient;

com.netflix.discovery.DiscoveryClient;

目前导入的包是:

Could not autowire. No beans of ‘DiscoveryClient‘ type found._oracle_02

改成第一个包,发现不再报红了。

Could not autowire. No beans of ‘DiscoveryClient‘ type found._spring_03


精彩评论(0)

0 0 举报