apollo会覆盖application.properties吗 #4029
Answered
by
nobodyiam
jiangxiaoqiang
asked this question in
Q&A
-
在使用的过程中感觉apollo配置中心的配置会覆盖application.properties的配置,如果在本地应用application.properties有此配置,而apollo配置中心没有,那么最终运行是用apollo配置中心的配置么? 不会取配置中心与本地application.properties的并集?不是很确定。 |
Beta Was this translation helpful? Give feedback.
Answered by
nobodyiam
Oct 9, 2021
Replies: 2 comments
-
可以看下 3.1 和Spring集成的原理 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Anilople
-
根据源码 apollo的namespace application 会覆盖 本地的 application.properties
According source apollo's namespace application will cover local application.properties
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
可以看下 3.1 和Spring集成的原理