Spring整合Mybatis時Mapper代理報錯BindingException

CacheException發表於2017-12-27

如題,在spring整合Mybatis和SpringMVC時,使用Mapper代理時出錯了.HTTP Status 500 - Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): dy.sward.daomain.UserMapper.selectAll.仔細看了spring配置檔案applicationContext.xml配置了enter image description here

enter image description here 但是仍然報錯了,這裡具體原因我還不知道,難道掃描不到我的usermapper.xml檔案嗎?

所以我自己找了一下,在Mybatis的sqlMapperConfig.xml下新增了一個配置 enter image description here 然後程式就能正常跑起來了.第一次分享,希望能對大家有幫助,也希望知道我上面問題的老鐵幫我解答一下.(#^.^#)

相關文章