您的位置:首页 > 编程语言 > Java开发

The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referenced

2017-08-26 21:05 1061 查看
The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referenced from required .class files

原因:

少导jar包所致

解决方法:

导入spring-tx-4.3.8.RELEASE.jar

地址记录:

http://mvnrepository.com/artifact/org.springframework/spring-tx/4.3.8.RELEASE
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐