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
我和你遇到了一樣的錯誤,不過我的Message.xml是完整的,處了我們自己定義的select語句,這個xml文件后面還有幾個語句,其中有個屬性叫做parameterType=“userAlias”,但是我們在主配置文件中是吧這個設置別名給注釋掉了的,所以解決方法就是將這個屬性給刪除掉。
2017-09-15
解決了么,我和你一樣的錯誤!
2017-06-26
Command.xml 秀出來看看~