Skip to content

Commit cf9a2f3

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-41945
2 parents 5107687 + f4b73da commit cf9a2f3

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,9 +955,9 @@ For example, the configuration property `spring.main.log-startup-info` would be
955955

956956
Environment variables can also be used when binding to object lists.
957957
To bind to a `List`, the element number should be surrounded with underscores in the variable name.
958-
959958
For example, the configuration property `my.service[0].other` would use an environment variable named `MY_SERVICE_0_OTHER`.
960959

960+
Support for binding from environment variables is applied to the `systemEnvironment` property source and to any additional property source whose name ends with `-systemEnvironment`.
961961

962962

963963
[[features.external-config.typesafe-configuration-properties.relaxed-binding.caching]]

0 commit comments

Comments
 (0)