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

在学习spring3.0时遇到这个问题

The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referenced from required .class files

是因为jdbcTemplate类需要依赖于其他的jar包,这里需要多导入一个org.springframework.transaction-3.X.X.jar包到spring3.0当中去。


版权声明:本文为u012010949原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。