标签: spring-webflux
可以通过ServerWebExchange获取请求中的数据主体,但是尽管可以获取字符串方法,但该数据结构不能转换为字符串。
Flux<DataBuffer> requestBody = exchange.getRequest().getBody();