在应用spring框架的时候,出现了这个错误
HTTP Status 500 - Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.wechat.gatingsystem.dao.DoorInfoDAO.insertDoorInfo
经查找发现是因为mapper文件不匹配
修改了src里边的mappring,但是在target里边相应的xml文件没有修改,致使查找的时候没有找到。
但是按理说应该是自动更新的,不知道这个为什么没有自动更新。。
2017-8-24
今天偶然看到这篇博客了,之前解决了这个问题没有更新博客真实罪过…………这个记得之前是在配置文件中进行的修改,具体的在web.xml 或者是 applicationContext-common.xml中有一个过滤,将其修改一下就好。因为真的是记不太请了T^T只能给一个这么模糊的答案。
`````以后要及时更新问题博客