Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type ‘com.zhao.mapper.UserMapper’ available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}

在这里插入图片描述
之前整合过一次了没有出现过这种问题,不知道是不是因为整合Druid出现的问题(很是疑惑)

解决方法

方法一:通过@Mapper注解去扫描一下我们的Mapper接口

在这里插入图片描述

方法一:通过在主入口使用@MapperScan注解去扫描一下我们的Mapper包

在这里插入图片描述

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐