spring无法引入注解及import org.springframework.web.bind.annotation.*报错的解决

本文主要介绍了spring无法引入注解及import org.springframework.web.bind.annotation.*报错的解决,具体如下:

spring无法引入注解及import org.springframework.web.bind.annotation.*报错的解决_第1张图片

如图所示,spring的注解报红,无法引入包,推测是spring-web和spring-webmvc这两个包的问题,去看pom.xml,

spring无法引入注解及import org.springframework.web.bind.annotation.*报错的解决_第2张图片

显示没有问题

spring无法引入注解及import org.springframework.web.bind.annotation.*报错的解决_第3张图片

进入maven库,两个包都存在

那么,问题在哪里呢?

spring无法引入注解及import org.springframework.web.bind.annotation.*报错的解决_第4张图片

扫了一眼project里面的External libraries,发现并没有spring-web和spring-webmvc,尝试手动添加

spring无法引入注解及import org.springframework.web.bind.annotation.*报错的解决_第5张图片

spring无法引入注解及import org.springframework.web.bind.annotation.*报错的解决_第6张图片

找到maven库里面的包

spring无法引入注解及import org.springframework.web.bind.annotation.*报错的解决_第7张图片

添加到对应的模块

spring无法引入注解及import org.springframework.web.bind.annotation.*报错的解决_第8张图片

添加成功

spring无法引入注解及import org.springframework.web.bind.annotation.*报错的解决_第9张图片

注意:选择的时候要选择到包里面的jar文件。

spring无法引入注解及import org.springframework.web.bind.annotation.*报错的解决_第10张图片

 到此这篇关于spring无法引入注解及import org.springframework.web.bind.annotation.*报错的解决的文章就介绍到这了,更多相关spring无法引入注解内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持脚本之家!

你可能感兴趣的:(spring无法引入注解及import org.springframework.web.bind.annotation.*报错的解决)