Spring Boot - WebClient - multipart response - How to get the binary data

后端 未结 0 1195
無奈伤痛
無奈伤痛 2021-01-26 14:05

Here is my code to call a REST-Service

 String result = webClient.post()
                .body(BodyInserters.fromMultipartData(bodyBuilder.build()))
                      


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题