MyBatis报错:org.apache.ibatis.bind
2020-11-12 本文已影响0人
蝉羽在野
org.apache.ibatis.binding.BindingException: Type interface *** is not known to the MapperRegistry
经历一番检查后发现是xml里的namespace 没填对,未对应接口位置


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