Merge branch '3.3.x'

This commit is contained in:
Phillip Webb 2024-10-16 12:39:57 -07:00
commit d5e1520d12
1 changed files with 1 additions and 1 deletions

View File

@ -964,7 +964,7 @@ Support for binding from environment variables is applied to the `systemEnvironm
[[features.external-config.typesafe-configuration-properties.relaxed-binding.maps-from-environment-variables]]
==== Binding Maps from environment variables
==== Binding Maps From Environment Variables
When Spring Boot binds an environment variable to a property class, it lowercases the environment variable name before binding.
Most of the time this detail isn't important, except when binding to `Map` properties.