org.springframework.beans.factory.BeanCreationNotAllowedException

org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name ‘rabbitConnectionFactory’: 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!)

org.springframework.beans.factory.BeanCreationNotAllowedException_第1张图片
org.springframework.beans.factory.BeanCreationNotAllowedException_第2张图片
错误原因:
在这里插入图片描述

你可能感兴趣的:(bug,java,bug)