导入包报错The import org.springframework cannot be resolved

软件发布|下载排行|最新软件

当前位置:首页IT学院IT技术

导入包报错The import org.springframework cannot be resolved

要不要买菜   2020-03-28 我要评论

刚开始学spring框架时import org.springframework.context.support.ClassPathXmlApplicationContext;报错

我建的是maven项目,上网查了一下,在pom.xml文件加上下面代码即可

1   <dependencies>
2     <dependency>
3         <groupId>org.springframework</groupId>
4         <artifactId>spring-context</artifactId>
5         <version>4.3.17.RELEASE</version>
6     <https://img.qb5200.com/download-x/dependency>
7   <https://img.qb5200.com/download-x/dependencies>

注意,要放在<bulid>外面,添加后右键项目->Maven->Update Project就完成。

 

Copyright 2022 版权所有 软件发布 访问手机版

声明:所有软件和文章来自软件开发商或者作者 如有异议 请与本站联系 联系我们