maventalker / simplemall

基于SpringCloud的微服务架构实战案例项目,以一个简单的购物流程为示例,融合spring cloud 相关组件,如spring-cloud-netflix、swagger等
https://github.com/backkoms/simplemall/blob/develop/getqrcode.jpeg
717 stars 366 forks source link

启动问题 #19

Open LeBronn opened 5 years ago

LeBronn commented 5 years ago

启动FrontAPPClientApplication时出现org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'registrationListener': Singleton bean creation not allowed while singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!)这个问题,有没有人遇到过,能否指点一下

jimleee commented 5 years ago

我也是有这个问题,你的解决了吗?