启动报错:Error creating bean with name ‘scopedTarget.eurekaClient‘ defined in class path resource...

文章讲述了在SpringBoot项目中集成Eureka服务发现框架时遇到的启动错误,主要原因是客户端和服务端模块因继承父级依赖导致EurekaServer包重复,解决方法是将Eureka服务器配置调整到注册中心模块并移除其他模块的继承。
摘要由CSDN通过智能技术生成

springboot集成eureka实现服务调用,启动服务端和客户端报错:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.eurekaClient' defined in class path resource [org/springframework/cloud/netflix/eureka/EurekaClientAutoConfiguration$RefreshableEurekaClientConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.netflix.discovery.EurekaClient]: Factory method 'eurekaClient' threw exception; nested exception is java.lang.RuntimeException: Failed to initialize DiscoveryClient!

父级pom文件截图:

注册中心pom文件截图:

客服端pom文件截图:

服务端pom文件截图:

网上查了半天资料也找不到原因,后面问了大佬,说我注册中心、客服端和服务端三大模块都继承了父级依赖,导致客服端和服务端模块都有了eureka server包,但是配置却只配了注册中心模块为server,导致依赖和配置不同步导致的,把父级pom文件eureka server包移到注册中心模块pom文件,客服端和服务端模块不继承eureka server就能启动了,果然是这样的,如下图:

  • 10
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值