java.lang.annotation.AnnotationFormatError: Invalid default: public abstract java.lang.Class org.mybatis.spring.annotation.MapperScan.factoryBean()
时间:2020-10-04 23:05:37
收藏:0
阅读:856
Springboot + mybatis plus 启动报错:
java.lang.annotation.AnnotationFormatError: Invalid default: public abstract java.lang.Class org.mybatis.spring.annotation.MapperScan.factoryBean()
pom.xml 添加 :mybatis-plus 依赖
<dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.4.0</version> </dependency>
原文:https://www.cnblogs.com/lzb-it/p/13768660.html
评论(0)