org.apache.ibatis.binding.BindingException: Type interface com.byh.mapper.OrderMapper is not known to the MapperRegistry.
1、xml文件的namespace的值對應的mapper接口寫錯了。
2、xml文件沒有被添加到mybatis的配置文件中掃描。
mybatis-confing.xml中看是否
或者
org.apache.ibatis.binding.BindingException: Type interface com.byh.mapper.OrderMapper is not known to the MapperRegistry.
1、xml文件的namespace的值對應的mapper接口寫錯了。
2、xml文件沒有被添加到mybatis的配置文件中掃描。
mybatis-confing.xml中看是否
或者
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。