spring boot: same feign client interface, multiple instances with different properties

后端 未结 0 922
旧巷少年郎
旧巷少年郎 2020-12-07 21:42

I have one feignClient with this interface:

@FeignClient(
    name = "kmr-api",
    url = "${client.kmr.url}",
    configuration = KmrClie         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题