码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2017-11-02 14:37:33      阅读:537      评论:0      收藏:0      [点我收藏+]

标签:工具   com   enc   imp   背景   boot   beans   ble   逻辑   

工具及背景: 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", 如下:

技术分享

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

标签:工具   com   enc   imp   背景   boot   beans   ble   逻辑   

原文地址:http://www.cnblogs.com/cristin/p/7771817.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!