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

相关文章:

  • 2021-05-24
  • 2021-08-10
  • 2021-10-14
  • 2021-08-18
  • 2021-12-20
  • 2022-12-23
  • 2021-07-11
猜你喜欢
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2021-08-01
  • 2021-12-10
相关资源
相似解决方案