org.apache.ibatis.binding.BindingException: Type interface com.xxx.mapper.UserMapper is not known to the MapperRegistry.
原因:没有在mybatis核心配置文件中注册mapper.xml
org.apache.ibatis.binding.BindingException: Type interface com.xxx.mapper.UserMapper is not known to the MapperRegistry.
原因:没有在mybatis核心配置文件中注册mapper.xml