最開始用的是是這個起步以來,用不了@Mapper和@MapperScan注解 <!--mybatis起步依赖--> <dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId> <version>1.0.0</version>
</dependency>
後來換成這個,成功使用
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>1.2.0</version>
</dependency>
热门工具 换一换