spring-mvc-5.0.9版本找不到@RequestMapping等注解了,请问是被移到哪个jar包上吗?
1 回答
不负相思意
TA贡献1777条经验 获得超10个赞
spring-web-5.0.9.RELEASE.jar/org/springframework/web/bind/annotation/RequestMapping.class
maven引用
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>5.0.9.RELEASE</version> </dependency>
- 1 回答
- 0 关注
- 1059 浏览
添加回答
举报
0/150
提交
取消