org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/json;charset=UTF-8' not supported

今天用appcan做一个移动端,在与服务端交互的时候报了一个org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/json;charset=UTF-8' not supported异常,经上网查找得知是因为springmvc配置文件中没有配注解驱动<mvc:annotation-driven/>。

posted @ 2017-04-19 09:51  少年曾续缘  阅读(5377)  评论(0编辑  收藏  举报