Replies: 1 comment 2 replies
-
I think there are several ways to achieve this, e.g.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in https://github.com/apolloconfig/apollo/blob/67030ba4867d34b25d5fdc5b6c02a65b6c7d759c/apollo-configservice/src/main/resources/application.yml
${apollo_profile}
will be resolved when build the project.Could we let use can change
spring.profiles.active
's value without rebuild the project?When user want to use consul-discovery, zookeeper-discovery or custom-defined-discovery, they only need to change the config instead of rebuild the project again.
Beta Was this translation helpful? Give feedback.
All reactions