org.apache.ibatis.binding.BindingException: Type interface *** is not known to the MapperRegistry
经历一番检查后发现是xml里的namespace 没填对,未对应接口位置
namespace中填写的内容
接口位置
org.apache.ibatis.binding.BindingException: Type interface *** is not known to the MapperRegistry
经历一番检查后发现是xml里的namespace 没填对,未对应接口位置