springMvc 406错误

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 或者对象。

posted on 2017-08-03 12:51  正义的伙伴!  阅读(203)  评论(0编辑  收藏  举报

导航

//增加一段JS脚本,为目录生成使用