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错误

posted @ 2022-01-11 14:23  ꧁༺星星的轨迹方程式༻꧂  阅读(720)  评论(0)    收藏  举报