在pom.xml中添加@Mapper注解对应的依赖 接口添加@Mapper注解,项目正常启动(@Mapper将接口交于IOC管理,@Autowired可以注入) <!-- https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter --> <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-s...
1.xml中的命名空间 结果一致 2.方法名和返回类型均一致. 3.resultType和resultMap也配置没问题. 4.mapper的类名是不是public的. 一直没发现问题,最终找到原因是: