您的位置:首页 > Web前端 > JavaScript

$.ajax json数据到server,报400错误的解决方案

2017-04-21 12:23 429 查看


错误:The request sent by the client was syntactically incorrect ().

原因:可能是提交form表单与Action中期望接收到的不匹配

为bean类添加注解

@JsonIgnoreProperties(ignoreUnknown = true)

问题解决

参考:Spring MVC : The request sent by the client was syntactically incorrect
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐