Skip to content

Commit 137447f

Browse files
committed
Merge branch '3.3.x'
Closes gh-41946
2 parents 06c0088 + cf9a2f3 commit 137447f

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
@@ -957,9 +957,9 @@ For example, the configuration property `spring.main.log-startup-info` would be
957957

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

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

964964

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

0 commit comments

Comments
 (0)