多个FeignClient同名导致的错误:
在注解中添加 contextId 来区分,解决该问题 @FeignClient(name=“common-service”,
contextId = “example”)
解决参考文章:https://blog.csdn.net/u012211603/article/details/84312709
多个FeignClient同名导致的错误:
在注解中添加 contextId 来区分,解决该问题 @FeignClient(name=“common-service”,
contextId = “example”)
解决参考文章:https://blog.csdn.net/u012211603/article/details/84312709