错误: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
错误: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