The bean 'dubboConfigConfiguration.Single', defined in null, could not be registered. A bean with th

导航

    • 原因
    • 解决方法

原因

springboot整合apache-dubbo是报错,信息如下:
The bean 'dubboConfigConfiguration.Single', defined in null, could not be registered. A bean with th_第1张图片

解决方法

The bean 'dubboConfigConfiguration.Single', defined in null, could not be registered. A bean with th_第2张图片
设置参数:spring.main.allow-bean-definition-overriding=true好像是个类覆盖的什么东东…
设置:
The bean 'dubboConfigConfiguration.Single', defined in null, could not be registered. A bean with th_第3张图片
启动正常…

你可能感兴趣的:(dubbo)