### Error building SqlSession.### The error may exist in entity/UserMapper.xml
生活随笔
收集整理的这篇文章主要介绍了
### Error building SqlSession.### The error may exist in entity/UserMapper.xml
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
错误样式:
核心错误提示:
### Error building SqlSession.
### The error may exist in entity/UserMapper.xml
原因:就是Mapper.xml文件写的有问题导致解析不了报的错
解决:
1.看看自己 mybatis-config.xml 文件中映射的路径写错没
2.看看错误提示的 Mapper.xml 文件里的信息是不是写错了,仔细读一读
我找到了我的问题,就是少写了一个引号,导致无法解析报的错
总结
以上是生活随笔为你收集整理的### Error building SqlSession.### The error may exist in entity/UserMapper.xml的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 解决MyBatis的报错 There i
- 下一篇: 1 搭建MyBatis环境