luffyke commented on issue #68: Infer dubbo configuration without classpath scanning URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/68#issuecomment-374827502 @adriancole, do you mean use Annotation instead of config ```dubbo.scan.basePackages = me.kexitang.dubbo.boot.demo.service``` in config file, such as ```@EnableDubboConfiguration``` in another dubbo-starter project(i guess [alibaba/dubbo-spring-boot-starter](https://github.com/alibaba/dubbo-spring-boot-starter))? @mercyblitz pls correct below sentence to remove Reference in README because Reference not need to scan as you said. ``` # Base packages to scan Dubbo Components (e.g @Service , @Reference) ``` and i suggest to use Annotation instead of config **dubbo.scan.basePackages**.
---------------------------------------------------------------- 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
