码迷,mamicode.com
首页 > 数据库 > 详细

Spring错误:The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly r

时间:2015-08-31 15:19:46      阅读:394      评论:0      收藏:0      [点我收藏+]

标签:spring.transaction   spring   dataaccessexception   

spring错误:
The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referenced from required .class files

解释:
org.springframework.dao.DataAccessException该类型不存在,不能从请求的.class文件中正确引用,应该是导入包的问题

解决方法:
导入spring.transaction-3.0.5.jar 包就好了。

Spring3.0.5jar包用法详解:http://wxinpeng.iteye.com/blog/1114967

版权声明:本文为博主原创文章,未经博主允许不得转载。

Spring错误:The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly r

标签:spring.transaction   spring   dataaccessexception   

原文地址:http://blog.csdn.net/u013147600/article/details/48133185

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!