码迷,mamicode.com
首页 > 其他好文 > 详细

@ResponseBody返回不能正确接收

时间:2014-08-07 12:03:19      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   ar   div   代码   html   

Spring-MVC中@ResponseBody返回Bean到前台接收这么一串代码,还套着HTML标签:

The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers ().

经测试,在Spring-mvc.xml中添加如下代码即可:

<context:annotation-config />  
<mvc:annotation-driven />

@ResponseBody返回不能正确接收,布布扣,bubuko.com

@ResponseBody返回不能正确接收

标签:style   blog   color   io   ar   div   代码   html   

原文地址:http://www.cnblogs.com/savokiss/p/3896344.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!