MyBatis报错:TypeException: Could not set parameters for mapping问题解决 问题收录 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: Could not set parameters f
Caused by: org.apache.ibatis.type.TypeException: The alias 'GeneratedCriteria' is already mapped to the value 'com.zzmj.auth.server.pojo.SysRoleUserExample$GeneratedCriteria'. 今天在开发的时候遇到了这个错误。最终还是
解决: **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>mybati