记一次post请求出现 Failed to read HTTP message: org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public java.lang.XXX
开始一直以为是@RequestBody
参数少传了或者参数名称不对导致Json
转对象封装不上
解决方法,在请求头中加上Content-Length