You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem happened in
dubbo-spring-boot-project branch 2.7.x
dubbo 2.7.1
class : DubboConfigConfigurationRegistrar
// Single Config BindingsregisterBeans(registry, DubboConfigConfiguration.Single.class);
if (multiple) { // Since 2.6.6 https://github.com/apache/incubator-dubbo/issues/3193registerBeans(registry, DubboConfigConfiguration.Multiple.class);
}
I found class DubboAutoConfiguration default Multiple,
I want to use dubbo 2.7.1 and dubbo-spring-boot-project 2.7.x, I hope not need to add config
dubbo.config.multiple=false
The text was updated successfully, but these errors were encountered:
IronCity
changed the title
DubboConfigConfigurationRegistrar do registerBeans Bindings
when DubboConfigConfigurationRegistrar do registerBeans have unreasonable use
Apr 4, 2019
The problem happened in
dubbo-spring-boot-project branch 2.7.x
dubbo 2.7.1
class : DubboConfigConfigurationRegistrar
I found class DubboAutoConfiguration default Multiple,
when matchIfMissing = true, MultipleDubboConfigConfiguration will run, will error by spring
but dubbo 2.7.0 is difference, it will not happen, code as following shows
I want to use dubbo 2.7.1 and dubbo-spring-boot-project 2.7.x, I hope not need to add config
The text was updated successfully, but these errors were encountered: