在整合[hibernate]和[spring]的时候出现以下异常:
The type org.springframework.dao.support.DaoSupportcannot be resolved. It is indirectly referenced from required .class files
调查后发现少加入了一些jar包 (DapSupport依赖于其他的类,必须完全导入才行)
添加了[org.springframework.transaction-3.0.5.RELEASE.jar]之后编译无错通过
如果还有错,就要看是否还有其他的jar包没有被导入