JSON post to Spring Controller

前端 未结 5 1471
清酒与你
清酒与你 2020-12-24 08:50

Hi I am starting with Web Services in Spring, so I am trying to develop small application in Spring + JSON + Hibernate. I have some problem with HTTP-POST. I created a metho

5条回答
  •  一整个雨季
    2020-12-24 09:06

    Try to using application/* instead. And use JSON.maybeJson() to check the data structure in the controller.

提交回复
热议问题