The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referenced from required .class files
The method update(String, Object...) from the type JdbcTemplate refers to the missing type DataAccessException
缺少spring-tx-4.3.0.RELEASE.jar包
本文介绍了如何解决在使用Spring框架时遇到的DataAccessException异常问题,具体表现为缺失spring-tx-4.3.0.RELEASE.jar包导致JdbcTemplate中的update方法无法引用到DataAccessException类型。
2864

被折叠的 条评论
为什么被折叠?



