### 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环境