在写客户端程序的时候,总是报‘com.netflix.discovery.DiscoveryClient‘ that could not be found。
原因在于导入了错误的类:com.netflix.discovery.DiscoveryClient
应该是引用:
org.springframework.cloud.client.discovery.DiscoveryClient
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springcloud in k8s springcloud项目部署到k8s相关的知识,希望对你有一定的参考价值。
参考技术A https://github.com/wengmingdong/springcloudk8s/blob/master/eureka/eureka-deployment.yaml在写客户端程序的时候,总是报‘com.netflix.discovery.DiscoveryClient‘ that could not be found。
原因在于导入了错误的类:com.netflix.discovery.DiscoveryClient
应该是引用:
org.springframework.cloud.client.discovery.DiscoveryClient
以上是关于springcloud in k8s springcloud项目部署到k8s的主要内容,如果未能解决你的问题,请参考以下文章