org.apache.ibatis.binding.BindingException: Type interface …(一般是Dao接口) is not known to the MapperRegistry.
- 首先先查看Dao的xml文件下 < mapper > 标签中的 namespace 属性有没有配置正确。
- 再查看 SqlMapConfig.xml 文件下 < mappers > 标签中有没有配置好 该Dao的xml文件 的 < mapper > 。
org.apache.ibatis.binding.BindingException: Type interface …(一般是Dao接口) is not known to the MapperRegistry.