码迷,mamicode.com
首页 > 编程语言 > 详细

spring eureka required a bean of type 'com.netflix.discovery.DiscoveryClient' that could not be found.

时间:2018-05-12 02:50:30      阅读:549      评论:0      收藏:0      [点我收藏+]

标签:client   spring   com   size   ann   集成   ring   第三方   相同   

 

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

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

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

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

 

解决方案:

  换成spring的类,好啰嗦呀。

 

详细

  https://stackoverflow.com/questions/42845084/cannot-find-discoveryclient-bean-error-in-spring-boot

spring eureka required a bean of type 'com.netflix.discovery.DiscoveryClient' that could not be found.

标签:client   spring   com   size   ann   集成   ring   第三方   相同   

原文地址:https://www.cnblogs.com/liuhouhou/p/9026776.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!