错误提示:
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!)
解决办法:
IDEA - 右边Maven - 生命周期 - clean - install