1. 程式人生 > >springcloud 中加入feign執行時報錯

springcloud 中加入feign執行時報錯

org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'org.springframework.cloud.netflix.eureka.EurekaDiscoveryClientConfiguration': Singleton bean creation not allowed while the singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!)

造成的原因是:在eureka server上註冊了更改前的微服務,必須先剔除掉,使用eclipse的話只需要在控制檯關掉就行了.