From Reading this question, I've been trying to implement Multipart File Uploading using Open Feign.
The linked example uses an intermediate service to build the feign instance using Feign.builder.
I'd really rather wire this up using the @FeignClient annotation that the rest of my project uses. But when I try this I run into;
When using the @RequestLine style from the example
Method uploadFile not annotated with HTTP method type
When using @PostMapping style
Method has too many Parameters.