Using @RequestLine with Feign

I wouldn’t expect this to work.

@RequestLine is a core Feign annotation, but you are using the Spring Cloud @FeignClient which uses Spring MVC annotations.

Leave a Comment