the type org.springframework.dao.support.DaoSupport cannot be resolved. It is indirectly referenced from required .class files

spring boot下使用 JdbcDaoSupport时,有时会服这个错误
the type org.springframework.dao.support.DaoSupport cannot be resolved. It is indirectly referenced from required .class files

如果 使用的maven,一般是spring-boot-starter-jdbc里边的 spring-tx-*.*.*.RELEASE.jar出错了,我们需要在 .m2 目录下将相应的 spring-tx目录删除,然后再用maven clean,再重新install一下就可以了。

你可能感兴趣的:(the type org.springframework.dao.support.DaoSupport cannot be resolved. It is indirectly referenced from required .class files)