You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/10/26 13:08:55 UTC

[GitHub] [dubbo] kylixs commented on issue #8633: [CodeReview 3.0] Dubbo in spring

kylixs commented on issue #8633:
URL: https://github.com/apache/dubbo/issues/8633#issuecomment-951921937


   > ### 1) DubboConfigConfigurationRegistrar duplicate with DubboComponentScanRegistrar.
   > DubboConfigConfigurationRegistrar only has one function call:
   > but DubboComponentScanRegistrar also has this function call:
   
   They are not duplicated.
   `DubboConfigConfigurationRegistrar` is handler of annotation `@EnableDubboConfig` ,  `DubboComponentScanRegistrar ` is handler of annotation `@DubboComponentScan`,  they are different entry point, user can use one of the annotation.
   
   
   > 2) ServiceBean has nothing to do with FactoryBean
   
   Yes, ServiceBean is not a FactoryBean but only a hidden service config bean for export service.


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org