码迷,mamicode.com
首页 > 编程语言 > 详细

SpringBoot------集成MyBatis报错

时间:2019-03-31 09:59:07      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:cto   blog   ann   val   boot   map   tail   org   http   

在spring boot启动main方法所在的类中加入

@MapperScan注入后报错:

Invalid default: public abstract java.lang.Class org.mybatis.spring.annotation.MapperScan.factoryBean()

 

解决方法:

在pom.xml中加入

<dependency>
    <groupId>org.mybatis.spring.boot</groupId>
    <artifactId>mybatis-spring-boot-starter</artifactId>
    <version>1.3.2</version>
    <scope>runtime</scope>
<dependency>

 

转载:

https://blog.csdn.net/qq_28286027/article/details/83013307

 

SpringBoot------集成MyBatis报错

标签:cto   blog   ann   val   boot   map   tail   org   http   

原文地址:https://www.cnblogs.com/tianhengblogs/p/10630008.html

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