The type org.springframework.dao.support.DaoSupport cannot be resolved.

来源:互联网 发布:mysql 导入employees 编辑:程序博客网 时间:2024/04/30 20:36
在SSH整合的过程中,使用Spring时,出现了如下红色框框内的错误:
The <wbr>type <wbr>org.springframework.dao.support.DaoSupport <wbr>cannot <wbr>be <wbr>resolved.
原因在于,缺少相关jar包,需要将spring3中的spring-tx-3.2.0.RC2.jar导入到系统中。
处理完上述问题,再解决The hierarchy of the type UserDAOImpl is inconsistent的问题:
The <wbr>type <wbr>org.springframework.dao.support.DaoSupport <wbr>cannot <wbr>be <wbr>resolved.
上述问题,需要加入Spring3中的spring-beans-3.2.0.RC2.jar。
以上是我学习SSH整合过程中遇到的问题,让我对jar有了更深入的认识。
0 0
原创粉丝点击