Spring MVC 415 Unsupported Media Type

前端 未结 7 1308
再見小時候
再見小時候 2020-11-28 13:01

I am using Spring 3.2 and try to use an ajax post request to submit an array of json objects. If this is relevant, I escaped all special characters.

I am getting an

7条回答
  •  自闭症患者
    2020-11-28 13:29

    I had the same problem, I just brought up the below line of code in the spring-servlet.xml, it was at the almost end of this xml file. It worked.

提交回复
热议问题