MyBatis报错:org.apache.ibatis.bind
2020-11-12 本文已影响0人
蝉羽在野
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 没填对,未对应接口位置
namespace中填写的内容 接口位置