The type org.springframework...DaoSupport cannot be resolved. It is indirectly..

http://hi.baidu.com/abolo1990/item/f276e40a6c85270f6c9048ad

在整合[hibernate]和[spring]的时候出现以下异常:The hierarchy of the type xxx is inconsistentThe type org.springframework.dao.support.DaoSupport cannot be resolved. It is indirectly referenced from required .class files调查后发现少加入了一些jar包 (DapSupport依赖于其他的类,必须完全导入才行)添加了[org.springframework.transaction-3.0.5.RELEASE.jar](spring-tx,spring-dao,spring-jdbc)之后编译无错通过如果还有错,就要看是否还有其他的jar包没有被导入写入博客中防止以后再花时间去研究了


你可能感兴趣的:(Mybatis)