数据库
首页 > 数据库> > mybatis|Error building SqlSession. The error may exist in UserMapper.xml

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

标签:building,xml,may,error,UserMapper,exist,Error
来源: https://www.cnblogs.com/SuSVIP/p/15788148.html