1. 程式人生 > >Invalid bound statement not found

Invalid bound statement not found

xml文件 val tro app state space 空行 ltm resultmap

今天調試一個SSM框架時,遇到一個很奇怪的問題,Invalid bound statement (not found)

原因可能是以下:

1.mapper的namespace寫的不對!!!註意系修改。

2.UserDao的方法在UserDao.xml中沒有,然後執行UserDao的方法會報此

3. UserDao的方法返回值是List<User>,而select元素沒有正確配置ResultMap,或者只配置ResultType!

4. 如果你確認沒有以上問題,請任意修改下對應的xml文件,比如刪除一個空行,保存.問題解決…

Invalid bound statement not found