在写客户端程序的时候,总是报‘com.netflix.discovery.DiscoveryClient‘ that could not be found。
原因在于导入了错误的类:com.netflix.discovery.DiscoveryClient
应该是引用:
org.springframework.cloud.client.discovery.DiscoveryClient
Posted 小溪(潺潺流水,润泽千里)
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springcloud:cannot find DiscoveryClient bean error in spring boot相关的知识,希望对你有一定的参考价值。
在写客户端程序的时候,总是报‘com.netflix.discovery.DiscoveryClient‘ that could not be found。
原因在于导入了错误的类:com.netflix.discovery.DiscoveryClient
应该是引用:
org.springframework.cloud.client.discovery.DiscoveryClient
以上是关于springcloud:cannot find DiscoveryClient bean error in spring boot的主要内容,如果未能解决你的问题,请参考以下文章
[转]ThinkPHP中实例化对象M()和D()的区别,select和find的区别