Spring MVC : The request sent by the client was syntactically incorrect

后端 未结 6 526
一个人的身影
一个人的身影 2021-01-02 20:49

When sending JSON requests to the server, I\'m often greeted by this message:

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

6条回答
  •  耶瑟儿~
    2021-01-02 21:45

    The issue is with your POJO, keep the server log level to Debug level and check the error. This will be mostly related to some field and field-type mismatch.

提交回复
热议问题