Skip to content

Commit

Permalink
feat: add a config adjust the property source overriden behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
shenhuaxin committed May 23, 2022
1 parent e23f628 commit b6dafd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ public interface PropertySourcesConstants {
String APOLLO_BOOTSTRAP_ENABLED = "apollo.bootstrap.enabled";
String APOLLO_BOOTSTRAP_EAGER_LOAD_ENABLED = "apollo.bootstrap.eagerLoad.enabled";
String APOLLO_BOOTSTRAP_NAMESPACES = "apollo.bootstrap.namespaces";
String APOLLO_OVERRIDE_SYSTEM_PROPERTIES = "apollo.overrideSystemProperties";
String APOLLO_OVERRIDE_SYSTEM_PROPERTIES = "apollo.bootstrap.overrideSystemProperties";
}

0 comments on commit b6dafd2

Please sign in to comment.