尝试Spring框架快速入门时输入缺失

时间:2014-05-08 03:01:09

标签: java spring

我正在学习Spring框架并根据http://projects.spring.io/spring-framework/上的快速入门构建我的第一个Spring应用程序。我使用maven依赖项添加相应的库,并添加三个java文件。但是,由于第1行出现以下错误,我无法编译Application.java:

The type org.springframework.beans.factory.support.BeanNameGenerator cannot be resolved. It is indirectly referenced from required .class files

整个项目看起来像这样:

enter image description here

我不知道我做错了什么。请帮帮我。

更新: Application.java enter image description here

1 个答案:

答案 0 :(得分:3)

您必须在org.springframework.beans.factory.support文件中导入pom.xml包,以便在编译时可以使用。