Skip to content

Commit

Permalink
Merge branch '3.2.x' into 3.3.x
Browse files Browse the repository at this point in the history
Closes gh-41945
  • Loading branch information
wilkinsona committed Aug 19, 2024
2 parents 5107687 + f4b73da commit cf9a2f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -955,9 +955,9 @@ For example, the configuration property `spring.main.log-startup-info` would be

Environment variables can also be used when binding to object lists.
To bind to a `List`, the element number should be surrounded with underscores in the variable name.

For example, the configuration property `my.service[0].other` would use an environment variable named `MY_SERVICE_0_OTHER`.

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


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

0 comments on commit cf9a2f3

Please sign in to comment.