yaml « Bean « Spring Q&A





1. Spring to understand properties in YAML    stackoverflow.com

Did Spring abandon YAML to use as an alternative to .properties / .xml because of:

[Spring Developer]: ...YAML was considered, but we thought that counting whitespace significant was a support ...

2. Spring to understand properties in YAML    forum.springsource.org

What sort of difficulties are you facing? Seems that you're using the PropertyPlaceholder configurer which reads a java.util.Properties object. YAML is used for serialization so as long as the deserialization creates ...