我安装了 Spring Tool Suite,现在将它用于一个小示例项目。但是,我的 dispatcher-servlet.xml 文件中一直有错误:
Build path is incomplete. Cannot find class file for org/springframework/beans/factory/Aware
此错误在此处突出显示:
<bean
**class="org.springframework.web.servlet.view.InternalResourceViewResolver">**
<property name="prefix">
<value>/WEB-INF/pages/</value>
</property>
<property name="suffix">
<value>.jsp</value>
</property>
</bean>
任何想法?