Invalid value type for attribute ‘factoryBeanObjectType‘: java.lang.String

如图,今天是运行SpringBoot项目的时候出现了如下错误,昨晚还能运行成功,今天导入 mybatis 依赖连接上数据库后再运行就出这个错了。
Invalid value type for attribute ‘factoryBeanObjectType‘: java.lang.String_第1张图片

解决

Invalid value type for attribute ‘factoryBeanObjectType‘: java.lang.String_第2张图片
升级一下 mybatis 依赖,之前用的是 3.0.2。
应该是之前用的 mybatis 的版本比较低,暂时不支持 sptingboot3.2.0

你可能感兴趣的:(SpringBoot,java,开发语言)