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

问题描述:
在使用 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包。

你可能感兴趣的:(spring,jdbc,springfram)