admin管理员组

文章数量:1565844

技术交流qq群 933925017
Error creating bean with name ‘faceInfoController’: Unsatisfied dependency expressed through field ‘faceInfoService’; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘faceInfoServiceImpl’: Unsatisfied dependency expressed through field ‘baseMapper’;

  • 用了一下午一直在排查这个问题, mybatis-plus引入之后产生的报错信息
  • 最终解决办法

mybatis-plus内部已经引入了mybatis 所以一定要移除mybatis相关的依赖,否则报错

  • 剔除mybatis的相关依赖
    -

本文标签: DependencyUnsatisfiedexpressedbaseMapperField