org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing
@RequestBody
对应http请求body,当请求body为空时,异常!
解决方式:不要让DTO对象为空
https://www.cnblogs.com/dennyzhangdd/p/7780221.html
@RequestBody
对应http请求body,当请求body为空时,异常!
解决方式:不要让DTO对象为空
https://www.cnblogs.com/dennyzhangdd/p/7780221.html