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

使用idea开发mybatis,出现:

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

  • 第一步:
    org.apache.ibatis.binding.BindingException: Type interface xxx is not known to the MapperRegistry_第1张图片
  • 第二步:
    org.apache.ibatis.binding.BindingException: Type interface xxx is not known to the MapperRegistry_第2张图片
  • 第三步:
    设置resource文件夹的目录为:Resources Root 这是因为在使用Maven进,如果不设置文件夹的目录,就会导致不会加载资源(xml文件等),添加目录之后就会被编译。
  • 设置的步骤:
    org.apache.ibatis.binding.BindingException: Type interface xxx is not known to the MapperRegistry_第3张图片
  • 这个问题我找了整整一天,希望可以帮到各们友友!

你可能感兴趣的:(#,mybatis,mybatis,maven)