I’m trying to accomplish a multipart file upload using feign, but I can’t seem to find a good example of it anywhere. I essentially want the HTTP request to turn out similar to this: Or even… Do I need to manually build the request body, including generating the multipart boundaries? That seems a bit excessive considering everything else this client
Tag: netflix-feign
Error Injecting FeignClient from another Project
I am having trouble auto wiring a feign client from another project. It appears that the implementation of the feign client is not being generated and injected. This is the error I am getting. The feign client is pretty straight forward. I have removed the imports for brevity. I added the component scan to my project to include the application