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删除。