org.apache.ibatis.binding.BindingException: Type interface * is not known to the MapperRegistry.

问题原因

接口名指定错误

org.apache.ibatis.binding.BindingException: Type interface *  is not known to the MapperRegistry.

 

 解决方案

指定正确的接口名

org.apache.ibatis.binding.BindingException: Type interface *  is not known to the MapperRegistry.

 

上一篇:16_自定义指令


下一篇:WPF实现消息中心