Commit 593eca79 authored by Madhura Bhave's avatar Madhura Bhave

Emphasize need for quotes around YAML bracket notation

Closes gh-18690
parent e59a643e
...@@ -1001,6 +1001,8 @@ For example, consider binding the following properties to a `Map`: ...@@ -1001,6 +1001,8 @@ For example, consider binding the following properties to a `Map`:
The properties above will bind to a `Map` with `/key1`, `/key2` and `key3` as the keys in the map. The properties above will bind to a `Map` with `/key1`, `/key2` and `key3` as the keys in the map.
NOTE: For YAML files, the brackets need to be surrounded by quotes for the keys to be parsed properly.
[[boot-features-external-config-complex-type-merge]] [[boot-features-external-config-complex-type-merge]]
==== Merging Complex Types ==== Merging Complex Types
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment