Skip to content

Commit 5c39844

Browse files
committed
Add note about loading properties via spring.config.import and Bootstrap
Fixes #1682
1 parent e4982f8 commit 5c39844

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/modules/ROOT/pages/property-source-config.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ If you would like to load Kubernetes ``PropertySource``s during the bootstrap ph
1616
you can either add `spring-cloud-starter-bootstrap` to your application's classpath or set `spring.cloud.bootstrap.enabled=true`
1717
as an environment variable.
1818

19+
NOTE: It is not supported to load properties during Bootstrap (using `spring-cloud-starter-bootstrap` or `spring.cloud.bootstrap.enabled=true` and load properties using `spring.config.import`. You must use one or the other method.
20+

0 commit comments

Comments
 (0)