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

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

2016-05-20 13:54 666 查看
问题描述:

在使用
org.springframework.jdbc.core.JdbcTemplate;中的JdbcTemplateUtils的时候

JdbcTemplateUtils.jdbcTemplate().update("delete from sys_users");


提示
The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referenced
显示update()方法错误。

解决方法:

导入spring-tx-4.2.2.RELEASE.jar包。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: