错误:
org.apache.ibatis.binding.BindingException: Type interface com.xiongluoluo.mapper.DepartmentMapper is not known to the MapperRegistry.
错误原因:
是没有在mybatis配置文件中配置DepartmentMapper.xml文件的位置
解决方法:
在mybatis-config.xml文件中配置上资源文件位置就行

本文解析了在使用MyBatis框架时遇到的BindingException异常,详细说明了错误原因及解决方案,即在mybatis-config.xml中正确配置DepartmentMapper.xml的位置。
org.apache.ibatis.binding.BindingException: Type interface com.xiongluoluo.mapper.DepartmentMapper is not known to the MapperRegistry.
是没有在mybatis配置文件中配置DepartmentMapper.xml文件的位置
在mybatis-config.xml文件中配置上资源文件位置就行

5587
1439

被折叠的 条评论
为什么被折叠?