相关疑难解决方法(0)

org.springframework.web.bind.annotation.RequestMapping缺少什么依赖?

我错过了什么依赖?我目前正在使用:

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-web</artifactId>
    <version>3.0.5.RELEASE</version>
</dependency>
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-webmvc</artifactId>
    <version>3.0.5.RELEASE</version>
</dependency>
Run Code Online (Sandbox Code Playgroud)

我得到的错误是:导入org.springframework.web.bind无法解析

rest spring maven

24
推荐指数
4
解决办法
12万
查看次数

标签 统计

maven ×1

rest ×1

spring ×1