a545347837 opened a new issue #190: dubbo-spring-boot-starter 0.1.0 版本中dubbo.scan.basePackages该项配置所在位置可能导致出问题 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/190 在application.properties文件中,dubbo.scan.basePackages 这一项配置的位置如果是放在第一行,会导致程序启动后扫描不到dubbo服务,最终注册不到注册中心中,但将该配置挪到其它地方,比如dubbo.registry.address配置项的下面就正常了。
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
