logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Required request body is missing with ContentCachingRequestWrapper

我有个拦截器,在进入我的controller之前,我读取了request的body,原始的 request是不可重复读的,于是决定使用ContentCachingRequestWrapper包装一下,但是在使用@RequestBody接收参数的时候后端报错,日志如下:Resolved [org.springframework.http.converter.HttpMessageNotReadabl

到底了