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

2022/1/11 19:05:30

本文主要是介绍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错误



这篇关于mybatis|Error building SqlSession. The error may exist in UserMapper.xml的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程