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一下就可以了。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容