问题:Error creating bean with name 'xxxxxController': Unsatisfied dependency expressed through field
https://blog.csdn.net/qq_38701478/article/details/88808628
基本上出现这个问题,就是依赖注入的有问题。笔者这里的问题是再Mapper上面使用的是@respository注解,应该改成@mapper。
大家也可以看看,方向就是这个方向
问题:Error creating bean with name 'xxxxxController': Unsatisfied dependency expressed through field
https://blog.csdn.net/qq_38701478/article/details/88808628
基本上出现这个问题,就是依赖注入的有问题。笔者这里的问题是再Mapper上面使用的是@respository注解,应该改成@mapper。
大家也可以看看,方向就是这个方向