org.apache.ibatis.exceptions.PersistenceException: ### Error building SqlSession. ### The error may exist in com/imooc/config/sqlxml/Command.xml
org.apache.ibatis.exceptions.PersistenceException:?
### Error building SqlSession.
### The error may exist in com/imooc/config/sqlxml/Command.xml
2018-12-05
我和你遇到了一樣的錯(cuò)誤,不過我的Message.xml是完整的,處了我們自己定義的select語句,這個(gè)xml文件后面還有幾個(gè)語句,其中有個(gè)屬性叫做parameterType=“userAlias”,但是我們?cè)谥髋渲梦募惺前蛇@個(gè)設(shè)置別名給注釋掉了的,所以解決方法就是將這個(gè)屬性給刪除掉。
2017-09-15
解決了么,我和你一樣的錯(cuò)誤!
2017-06-26
Command.xml 秀出來看看~