apolloconfig / apollo

Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
https://www.apolloconfig.com
Apache License 2.0
29.16k stars 10.2k forks source link

apollo兼容dubbo-spring-boot-starter问题反馈 #1219

Closed linrol closed 6 years ago

linrol commented 6 years ago

经测试,Apollo版本0.10.2在bootstrap阶段注入默认application namespace配置apollo.bootstrap.enabled = true无效,需要在Apollo-client源码类下的ApolloApplicationContextInitializer添加@Order注解调整类配置加载顺序,希望官方改进一下 image

nobodyiam commented 6 years ago

https://github.com/ctripcorp/apollo-use-cases/tree/master/spring-boot-dubbo

上面这个是我们的一个sample,没有遇到你说的问题,看一下?

nobodyiam commented 6 years ago

关于dubbo spring boot starter,可以参考 #1102 中的讨论,建议使用 incubator-dubbo-spring-boot-project,这个目前测试下来都是OK的,也是官方维护的版本。

case先关闭了,如还有问题,可以提供更多信息,或进群交流。