dongmaxiang commented on issue #9672:
URL: https://github.com/apache/dubbo/issues/9672#issuecomment-1035700290
> In most case,this bean init in `DubboRelaxedBindingAutoConfiguration`.Btw,
can you provide provide a demo to reproduce i?
>
> ```
> @ConditionalOnMissingBean(name = BASE_PACKAGES_BEAN_NAME)
> @Bean(name = BASE_PACKAGES_BEAN_NAME)
> public Set<String> dubboBasePackages(Environment environment) {
> PropertyResolver propertyResolver =
dubboScanBasePackagesPropertyResolver(environment);
> return propertyResolver.getProperty(BASE_PACKAGES_PROPERTY_NAME,
Set.class, emptySet());
> }
> ```
Sorry, I posted the wrong code, it should be @conditionalonmissingBean, I
hava corrected issues
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]