mybatis+spring boot, mapper 提示Could not autowire. No beans of … type found

具及背景: IntelliJ IDEA 2016.1.3 Ultimate。spring boot, maven项目,利用mybatis 注解的方式查询mysql。

业务逻辑关系:controller --> Service接口 ----> serverImpl --->Dao -->DaoImpl ---> mapper -->db

问题:mapper提示Could not autowire. No beans of … type found?如图:

其中ProductDaoMyBatisMapper是个接口,用于查询mysql,结构如下图:

 

 

解决办法:将第一张图中的ProductDaoMyBatis类序列化,即实现Serializable 接口即可,如下图:

 

补:pom.xml

<!--mybatis-->
<dependency>
    <groupId>org.mybatis.spring.boot</groupId>
    <artifactId>mybatis-spring-boot-starter</artifactId>
    <version>1.1.1</version>
</dependency>

方法二: 还有一种方式,修改idea配置,将spring 的severity的值设置为"warning", 如下:

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
在使用Spring Boot整合MyBatis时,出现"Could not autowire. No beans of 'DictService' type found."的错误提示,这意味着在自动注入DictService时找不到对应的bean。通常情况下,这个错误可能有以下几种解决方法。 1. 检查Bean的声明和注入:首先确保在DictService上使用了@Component或@Service注解,以便让Spring容器扫描并创建该Bean。然后,在需要注入DictService的地方使用@Autowired或@Resource注解进行注入。 2. 检查包扫描配置:如果DictService在默认的包扫描路径之外,需要在Spring Boot的配置上使用@ComponentScan注解指定要扫描的包路径或使用@SpringBootApplication注解来自动扫描。 3. 检查依赖关系:确保DictService的依赖都已经正确配置并加载。可以通过检查相关的配置文件或依赖项是否正确导入。 4. 检查MyBatis配置:如果DictService是一个MyBatisMapper接口,需要确保在MyBatis的配置文件中正确配置了Mapper扫描路径,并且对应的Mapper XML文件已经正确映射。 综上所述,你可以按照以上方法逐个检查,找出造成"Could not autowire. No beans of 'DictService' type found."的原因,并进行相应的修复。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* [Could not autowire.No beans of ‘XXXX‘type found的解决方法(详细解析其用法注解)](https://blog.csdn.net/qq_42381317/article/details/108283395)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 33.333333333333336%"] - *2* [IntelliJ Idea报错Could not ... No beans of 'xxxx' type found的错误提示,并且编译运行时报错解决方案](https://blog.csdn.net/Hellowenpan/article/details/85249679)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 33.333333333333336%"] - *3* [Idea 解决 Could not autowire. No beans of 'xxxx' type found 的错误提示](https://download.csdn.net/download/weixin_38632624/12751965)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 33.333333333333336%"] [ .reference_list ]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值