Error creating bean with name 'eurekaAutoServiceRegistration': Singleton bean creation not allowed w

在spring boot项目中,启动报以下错误

Error creating bean with name 'eurekaAutoServiceRegistration': 
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!)

这个错误是注册到eureka失败,对于这个问题,其实不是注册的问题,你应该网上看第一个报错信息,那个才是罪魁祸首!

原文地址:https://www.cnblogs.com/paper-man/p/13284727.html