该问题是在敲谷粒商场时出现的一个错误,具体如下:
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘attrAttrgroupRelationController’: Unsatisfied dependency expressed through field ‘attrAttrgroupRelationService’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘attrAttrgroupRelationService’ defined in file ……
导致该报错的原因是MyBatis-Plus的版本不对,因为跟着教学视频学习,安装的一些Mysql等软件版本都比较老了,如果依赖用最新的可能导致报错。
只需要将gulimall-common中的MyBatis-Plus依赖版本降低即可
com.baomidou
mybatis-plus-boot-starter
3.2.0
总结
希望能帮到2022年还看谷粒商场的同学
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)