逆水行舟用力撑,一篙松劲退千寻。这篇文章主要讲述mybatis+spring boot, mapper 提示Could not autowire. No beans of … type found相关的知识,希望能为你提供帮助。
工具及背景: IntelliJ IDEA 2016.1.3 Ultimate。spring boot, maven项目,利用mybatis 注解的方式查询mysql。
【mybatis+spring boot, mapper 提示Could not autowire. No beans of … type found】业务逻辑关系: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", 如下:
文章图片
推荐阅读
- Android内存泄漏的场景
- 问题解决-Failed to resolve: com.android.support.constraint:constraint-layout:1.0.0-alpha7
- android中获取某段程序的执行时间
- IT观察网络通信图片显示数据库操作……Android程序员如何利用开源框架
- HttpContext.Current.Server.MapPath("/") 未将对象设置到对象的实例异常。
- MyBatis配置Mapping,JavaType和JDBCType的对应关系
- java app鸿鹄社交娱乐直播平台
- virtualenv 和 virtualenvwrapper
- Android(CheckBox控件)