Could be a duplicate of Invalid value type for attribute 'factoryBeanObjectType': java.lang.String in Spring v6.1
Did you try to add this in your pom.xml ?
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<version>3.0.3</version>
</dependency>