zoukankan      html  css  js  c++  java
  • spring eureka 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的。

    解决方案:

      换成spring的类,好啰嗦呀。

    详细

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

  • 相关阅读:
    浮点数
    2020.07.13
    2020.07.07
    2020.07.06
    剑指offer(三)
    剑指offer(二)
    剑指offer
    堆排序
    归并排序
    希尔排序
  • 原文地址:https://www.cnblogs.com/liuhouhou/p/9026776.html
Copyright © 2011-2022 走看看