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

后端 未结 6 551
一个人的身影
一个人的身影 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:39

    To get more info / stack trace turn on debug logging for spring web in log4j.properties

    log4j.logger.org.springframework.web=debug

提交回复
热议问题