异常 Type interface xx is not known to the MapperRegistry
1.mapperxml
<mapper namespace="name">
name和mapper接口全称不一致
2.主配置没添加mapperxml
文章来自:http://www.cnblogs.com/nrev/p/5961996.html
1.mapperxml
<mapper namespace="name">
name和mapper接口全称不一致
2.主配置没添加mapperxml