当前位置:   article > 正文

Invalid value type for attribute ‘factoryBeanObjectType‘: java.lang.String问题解决_invalid value type for attribute 'factorybeanobjec

invalid value type for attribute 'factorybeanobjecttype': java.lang.string

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>

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/码创造者/article/detail/1018771
推荐阅读
相关标签
  

闽ICP备14008679号