错误如图
第一步 查看配置文件是否正确
第二步 查看标签是否正确
检查UserMapper上是否加上@Mapper
补充第二步还是不行的话查看下POM文件是否导入mybatis-plus-boot-starter
配置mybatis-plus.mapper-locations无提示信息;
此时发现右上角出现感叹号,Cannot resolve configuration property ‘mybatis-plus.mapper-locations’,强行敲完,启动报错。
如图所示
检查pom文件,发现未引入包:mybatis-plus-boot-starter文章来源:https://www.toymoban.com/news/detail-569834.html
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.3.2</version>
</dependency>
欢迎补充文章来源地址https://www.toymoban.com/news/detail-569834.html
到了这里,关于A component required a bean of type ‘...Mapper‘ that could not be found问题解决的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!