mercyblitz commented on issue #68: Infer dubbo configuration without classpath scanning URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/68#issuecomment-374690512 * `@DubboComponentScan` is like Spring Boot's `@ServletComponentScan` * `ReferenceAnnotationBeanPostProcessor` will handle Dubbo Service Bean injection that `DubboAutoConfiguration` will register on startup Thus, it's unnecessary to annotate `@EnableAutoConfiguration`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
