mybatis注入mapper的三種方式和spring整合mybatis的錯誤

今天在學習Spring整合MyBatis的時候通過配置文件讀取映射時出現了錯誤 報錯:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): mapper.OrderMapper.getOrderList 解釋:這個錯誤就是說Mapper接口被Spring注入後,沒法讀取到mapper.xml
相關文章
相關標籤/搜索