Browse Source

Merge branch '3.2.x' into 3.3.x

Closes gh-41945
pull/42056/head
Andy Wilkinson 1 year ago
parent
commit
cf9a2f3db7
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc

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

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

Loading…
Cancel
Save