运行bugUnsatisfieddependencyexpressedthrough field ‘baseMapper

2021/6/1 10:23:42

本文主要是介绍运行bugUnsatisfieddependencyexpressedthrough field ‘baseMapper,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

加粗样式解决问题在搭建mybatisplus的过程中疏忽了一下问题这是第一个常见的问题

org.springframework.beans.factory.UnsatisfiedDependencyException: 
Error creating bean with name 'sysUserController': 
Unsatisfied dependency expressed through field 'sysUserService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: 
Error creating bean with name 'sysUserServiceImpl':
 Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException:
  No qualifying bean of type 

具体问题如下:
在这里插入图片描述

具体梳理解决方法市在对应的mapper类添加@Mapper具体如下
在这里插入图片描述



这篇关于运行bugUnsatisfieddependencyexpressedthrough field ‘baseMapper的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程