We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9f342 commit a4473b9Copy full SHA for a4473b9
spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc
@@ -945,8 +945,7 @@ Support for binding from environment variables is applied to the `systemEnvironm
945
946
947
[[features.external-config.typesafe-configuration-properties.relaxed-binding.maps-from-environment-variables]]
948
-===== Binding Maps from environment variables
949
-
+===== Binding Maps From Environment Variables
950
When Spring Boot binds an environment variable to a property class, it lowercases the environment variable name before binding.
951
Most of the time this detail isn't important, except when binding to `Map` properties.
952
0 commit comments