File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change
1
+ 17
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ The additional property sources are:
54
54
An example would be properties from the Spring Cloud Config Server.
55
55
See "`<<customizing-bootstrap-property-sources>>`" for how to customize the contents of this property source.
56
56
57
- NOTE: Prior to Spring Cloud 2021.0.7 `PropertySourceLocators` (including the ones for Spring Cloud Config) were run during
57
+ NOTE: Prior to Spring Cloud 2021.0.8 `PropertySourceLocators` (including the ones for Spring Cloud Config) were run during
58
58
the main application context and not in the Bootstrap context. You can force `PropertySourceLocators` to be run during the
59
59
Bootstrap context by setting `spring.cloud.config.initialize-on-context-refresh=true` in `bootstrap.[properties | yaml]`.
60
60
You can’t perform that action at this time.
0 commit comments