Browse Source

Merge branch '3.1.x'

Closes gh-38038
pull/38057/head
Andy Wilkinson 2 years ago
parent
commit
edd94b9f8c
  1. 7
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc

7
spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc

@ -941,6 +941,13 @@ For example, the configuration property `my.service[0].other` would use an envir @@ -941,6 +941,13 @@ For example, the configuration property `my.service[0].other` would use an envir
[[features.external-config.typesafe-configuration-properties.relaxed-binding.caching]]
===== Caching
Relaxed binding uses a cache to improve performance. By default, this caching is only applied to immutable property sources.
To customize this behavior, for example to enable caching for mutable property sources, use `ConfigurationPropertyCaching`.
[[features.external-config.typesafe-configuration-properties.merging-complex-types]]
==== Merging Complex Types
When lists are configured in more than one place, overriding works by replacing the entire list.

Loading…
Cancel
Save