Multiple @RequestPart in Spring FeignClient causing “Required part not present”
I am writing a server application that should forward a file and upload it to another server.
I am writing a server application that should forward a file and upload it to another server.