码迷,mamicode.com
首页 > 编程语言 > 详细

springMvc 406错误

时间:2017-08-03 13:44:31      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:string   response   cti   body   ring   artifact   ast   blog   style   

1.可能是 jar 包 问题 

spring mvc 4 请加入:

<dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
        </dependency>

        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-core</artifactId>
        </dependency>

2. @ResponseBody 不能 返回 int ,integer ,

要返回String 或者对象。

springMvc 406错误

标签:string   response   cti   body   ring   artifact   ast   blog   style   

原文地址:http://www.cnblogs.com/whm-blog/p/7279118.html

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