HttpMessageNotReadableException(一)

时间:2018-08-23 00:20:06   收藏:0   阅读:2403

1、今天移动端调用接口时候出现下面异常

org.springframework.http.converter.HttpMessageNotReadableException:

JSON parse error: Unrecognized token ‘name‘: was expecting (‘true‘, ‘false‘ or ‘null‘);

nested exception is com.fasterxml.jackson.core.JsonParseException:

Unrecognized token ‘name‘: was expecting (‘true‘, ‘false‘ or ‘null‘)

2、原因:

接口中要求json形式,name是String类型

前端传值为的是表单类型,出现了上面的错误

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!