required a bean of type ‘com.netflix.discovery.DiscoveryClient‘ that could not be found.

spring在集成第三方过程很容易出现类名相同,且基本作用相同的类。这样给初学者带来一定的困惑。

导致用错类而出现以下问题。

  required a bean of type ‘com.netflix.discovery.DiscoveryClient‘ that could not be found.

此问题就是我们错误的使用了netflix的DiscoveryClient,而非spring的。

你可能感兴趣的:(required a bean of type ‘com.netflix.discovery.DiscoveryClient‘ that could not be found.)