org.springframework.http.converter.HttpMessageNotReadableException错误原因及解决办法
报错原因:@RequestBody只支持POST请求,GET请求不能使用@RequestBody,修改GET请求为POST即可,如果需要使用GET请求,可以使用@RequestParam和@PathVariable报错异常为:org.springframework.http.converter.HttpMessageNotReadableException:Requiredrequestbodyi