Relative Content

Tag Archive for springopenfeign

@FeignClient uses name as part of the url

I have a problem with a spring @FeignClient. I’ve updated one of our services to Spring Boot 3 with all corresponding libraries, so now we have open feign v4 instead of 3 previously. And it looks like it behaves differently as our tests fail now because @FeignClient sends requests using wrong url adding a value from name field to url. Here’s an example: