java.lang.IllegalStateException: Failed to load ApplicationContext 谷粒商城项目报错

java.lang.IllegalStateException: Failed to load ApplicationContext 谷粒商城项目报错,第1张

java.lang.IllegalStateException: Failed to load ApplicationContext 报错

该问题是在敲谷粒商场时出现的一个错误,具体如下:
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年还看谷粒商场的同学

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/884952.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-14
下一篇 2022-05-14

发表评论

登录后才能评论

评论列表(0条)

保存