org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing

@RequestBody对应http请求body,当请求body为空时,异常!
解决方式:不要让DTO对象为空
https://www.cnblogs.com/dennyzhangdd/p/7780221.html
原文地址:https://www.cnblogs.com/lingcheng7777/p/11452016.html