Merge branch '2.2.x' into 2.3.x

Closes gh-22895
This commit is contained in:
Madhura Bhave
2020-08-11 12:22:43 -07:00
3 changed files with 51 additions and 2 deletions

View File

@@ -533,6 +533,11 @@ You can also supply the JSON as a JNDI variable, as follows: `java:comp/env/spri
====
NOTE: Although `null` values from the JSON will be added to the resulting property source, the `PropertySourcesPropertyResolver` treats `null` properties as missing values.
This means that the JSON cannot override properties from lower order property sources with a `null` value.
[[boot-features-external-config-random-values]]
=== Configuring Random Values