Spring Boot Multi Document properties

Views: 2
0
0
In this tutorial, you will learn how to create Multi-Document properties fields in Spring Boot. With Spring Boot 2.4, we’ve decided to bring YAML-like multi-document support to Java properties files. Multi-document properties files use a comment (#) followed by the familiar three dash notation to split documents (we chose to use a comment so that existing IDE tooling wouldn’t break).