java: 无法访问org.mybatis.spring.annotation.MapperScan
错误的类文件: /E:/maven/repository/org/mybatis/mybatis-spring/3.0.1/mybatis-spring-3.0.1.jar!/org/mybatis/spring/annotation/MapperScan.class
类文件具有错误的版本 61.0, 应为 52.0
请删除该文件或确保该文件位于正确的类路径子目录中。
springboot与mybatis整合时报如上错误:文章来源:https://www.toymoban.com/news/detail-771781.html
参考该篇文章:https://wenku.csdn.net/answer/6jghdrg8j6,解决该问题,之前使用的Mybatis-spring依赖的版本3.0.1太高,将版本改为2.2.2,使用maven重新reload project,再次编译,该问题被解决。文章来源地址https://www.toymoban.com/news/detail-771781.html
到了这里,关于java: 无法访问org.mybatis.spring.annotation.MapperScan的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!