问题描述: 在学习Spring中JdbcTemplate时,出现了以下这个错误: The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referenced 解决办法: 少了spring中的spring-tx-4.x.x.RELEASE.jar包,添加一下就可以了. ?