MyBatis中binding.BindingException问题

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中看是否

或者

原文地址:https://www.cnblogs.com/xiaoruirui/p/11670174.html