SpringBoot整合Dubbo 报错

报错

***************************
APPLICATION FAILED TO START
***************************

Description:

The bean 'dubboBootstrapApplicationListener' could not be registered. A bean with that name has already been defined and overriding is disabled.

Action:

Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true

springboot整合apache-dubbo是报错,信息如下:
SpringBoot整合Dubbo 报错

解决方法

SpringBoot整合Dubbo 报错
设置参数:spring.main.allow-bean-definition-overriding=true好像是个类覆盖的什么东东…
设置:
SpringBoot整合Dubbo 报错
启动正常…