标签: spring-boot post multipartform-data
我有多个springboot服务器(A,B,C)。作为服务器(B)的中间, A 发送文件到 B (使用http内容类型的多部分形式),B应该将文件传输到C。B如何传输inputStream(A传输到B)到C而不读取inputStream吗?