浏览器500 Torg.apache.ibatis.binding.BindingException: Invalid bound statement (not found):cn.itcast.dao.system
如果浏览器报这个错 是因为dao层绑定的方法与相关的dao.xml 没有联系上。需要查看xml中的select语句 是否正确,或者查看xml中的方法名是否与dao层中的方法名一致。
浏览器500 Torg.apache.ibatis.binding.BindingException: Invalid bound statement (not found):cn.itcast.dao.system
如果浏览器报这个错 是因为dao层绑定的方法与相关的dao.xml 没有联系上。需要查看xml中的select语句 是否正确,或者查看xml中的方法名是否与dao层中的方法名一致。
相关文章: