赞
踩
在SpringBoot中使用Mybatis报错:Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
原因:Mybatis的版本太低或者与SpringBoot版本所不对应,只要更新一下Mybatis版本就可以
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>3.0.3</version>
</dependency>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。