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
Try to using application/* instead. And use JSON.maybeJson() to check the data structure in the controller.