maventalker/simplemall

这个项目还有人维护么?

wulinjie122 opened this issue · 8 comments

这个项目还有人维护么?

你能部署起来么? config-server项目我部署了,运行不起来
default

我还没试,我最近刚刚接触Spring Cloud,先熟悉一些整个项目的结构,如果真的无法启动,那还是请作者来解释一下吧,不好意思。

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!)
启动报错

Error creating bean with name 'org.springframework.cloud.netflix.zuul.ZuulConfiguration$ZuulFilterConfiguration': Unsatisfied dependency expressed through field 'filters'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'simpleHostRoutingFilter' defined in class path resource [de/codecentric/boot/admin/config/RevereseZuulProxyConfiguration.class]: Post-processing of merged bean definition failed; nested exception is java.lang.NoClassDefFoundError: org/apache/http/pool/ConnPoolControl

我启动admin模块就报这个错,不知怎么解决。可能是jar包冲突了。
解决:导入

org.apache.httpcomponents
httpcore
4.4

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!)
启动报错

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