The type org.springframework.dao.support.DaoSupport cannot be resolved. It is indirectly referenced
符号
阅读:655
2021-03-31 18:16:58
评论:0
springBoot 整合Mybatis 提示:The type org.springframework.dao.support.DaoSupport cannot be resolved. It is indirectly referenced from required .class files
经过查询发现缺失:spring-tx.jar包
添加相关jar 包依赖:
<!--spring 事务 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>5.1.4.RELEASE</version>
</dependency>
声明
1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。