一,出现下图编译错误的问题

EurekaClientFeign这个接口被多次实现,这里注入的使用不知道选择哪个实现,这里的提示有个beans:后面有两个实现类型,第一个(consumer)为另一个服务所实现,第二个(hiHystrix)被断路器实现,这里我们可以添加@Qualifier(“conusmer”)注解解决,括号中表明使用那个实现类即可。
Could not autowired ,There is more than one bean of "" type

相关文章:

  • 2021-04-17
  • 2021-09-26
  • 2021-11-28
  • 2022-12-23
  • 2021-06-23
  • 2021-04-09
  • 2021-11-20
  • 2021-06-20
猜你喜欢
  • 2021-10-29
  • 2021-06-03
  • 2022-01-29
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
相关资源
相似解决方案