我有一个使用 Spring 3 和 Hibernate 3 的简单 Java 项目。
我使用 Spring IDE 添加了“Spring Project Nature”。applicationContext.xml 文件位于项目的 src 文件夹中。
Eclipse 3.5 的内容辅助功能似乎在 applicationContext.xml 中不起作用:
- 在 bean 标记的 class 属性中,它似乎无法在我的 Java 项目中找到包和类。
- 它不能协助任何属性,例如在 applicationContext.xml 中为 ref 属性查找现有 bean。