问题描述
1.使用Eureka时,IDEA直接报红:

2.找不到DiscoveryClient这样一个Bean
3.DiscoveryClient对应有两个包
com.netflix.discovery.DiscoveryClient;
org.springframework.cloud.client.discovery.DiscoveryClient;
问题原因
导错包
问题解决方法
重新导包,选择
org.springframework.cloud.client.discovery.DiscoveryClient;
