iamtt commented on issue #231: Spring boot 外部配置文件中dubbo相关配置无效 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/231#issuecomment-406167372 <!-- 新版本是0.1.1,但该版本有外部配置无效的问题 --> <dependency> <groupId>com.alibaba.boot</groupId> <artifactId>dubbo-spring-boot-starter</artifactId> <version>0.1.0</version> </dependency> <!-- 覆盖掉 0.1.0的starter 自带的2.5.10 --> <dependency> <groupId>com.alibaba</groupId> <artifactId>dubbo</artifactId> <version>2.6.1</version> </dependency>
---------------------------------------------------------------- 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]
