欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

解决:Caused by: org.apache.ibatis.type.TypeException: The alias ‘UserVo‘ is already mapped to the问题

程序员文章站 2022-04-14 22:55:04
...

解决:

**Caused by: org.apache.ibatis.type.TypeException: The alias ‘UserVo’ is already mapped to the value ‘com.santi.vo.UserVo’.**问题

解决: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问题

解决:Caused by: org.apache.ibatis.type.TypeException: The alias ‘UserVo‘ is already mapped to the问题

<dependency>
    <groupId>org.mybatis</groupId>
    <artifactId>mybatis</artifactId>
    <version>3.4.6</version>
</dependency>

我的解决方案就是把Mybatis version 改到 4.0+

改完之后就能正常启动了

相关标签: Santi