mybatis|Error building SqlSession. The error may exist in UserMapper.xml

java.lang.ExceptionInInitializerError
at com.zzl.mapper.UserMapperTest.deleteUser(UserMapperTest.java:70)
Caused by: org.apache.ibatis.exceptions.PersistenceException:

Error building SqlSession.

The error may exist in UserMapper.xml

Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration.

### The error may exist in UserMapper.xml
表明问题是在UserMapper.xml文件上

Error parsing SQL Mapper Configuration.
推测是sql错误

上一篇:mybatisplus中如果实体类里面的字段在表中是不存在的,使用 @TableField(exist = false)


下一篇:数论笔记1——整除、带余除法、素数合数