我是 Spring 新手,并使用 Eclipse从这里开始学习 Spring 教程。
但是,在 Eclipse 中我无法导入这两个库
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
我什至从 Spring 站点下载了 Spring 源文件,将其包含在系统库中,将其添加到我的项目中以及我的项目的 lib 文件夹中,但没有白费。
你能帮我弄清楚问题到底出在哪里,并请给我一些好的 Spring 教程网站。
谢谢你们
编辑
这是例外
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
ApplicationContext cannot be resolved to a type
ClassPathApplicationContext cannot be resolved to a type
at com.test.App.main(App.java:12)