本文主要是介绍解决:Caused by: org.apache.ibatis.type.TypeException: The alias ‘UserVo‘ is already mapped to the问题,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
解决:
**Caused by: org.apache.ibatis.type.TypeException: The alias ‘UserVo’ is already mapped to the value ‘com.santi.vo.UserVo’.**问题
<dependency><groupId>org.mybatis</groupId><artifactId>mybatis</artifactId><version>3.4.6</version>
</dependency>
我的解决方案就是把Mybatis version 改到 4.0+
改完之后就能正常启动了
这篇关于解决:Caused by: org.apache.ibatis.type.TypeException: The alias ‘UserVo‘ is already mapped to the问题的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!