栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

多个@FeignClient()实现同一个服务

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

多个@FeignClient()实现同一个服务

两个FeignClient调用同一个服务,启动报错:
The bean ‘engine.FeignClientSpecification’ could not be registered. A bean with that name has already been defined and overriding is disabled.

解决思路:

  1. 很明显两个bean冲突了 盲猜两个bean的名称都是由调用的服务名称提供的
  2. 于是就name

    启动还是报错
    Failed to read candidate component class: file [/Users/coolcorgy/data/项目/management/management-service-api/management-user-api/target/classes/cn/corgy/user/feign/IResourcesClient.class]; nested exception is org.springframework.core.annotation.AnnotationConfigurationException: Different @AliasFor mirror values for annotation [org.springframework.cloud.openfeign.FeignClient] declared on cn.corgy.user.feign.IResourcesClient; attribute 'name' and its alias 'value' are declared with values of [FeignResourcesClient] and [management-user].
  3. 很明显改错的 查看源码

    如果存在,这将用作 bean 名称而不是名称,但不会用作服务 ID。
  4. 启动成功
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/632464.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号