Spring Boot Multi Document properties
In this tutorial, you will learn how to create MultiDocument properties fields in Spring Boot. With Spring Boot 2. 4, weve decided to bring YAMLlike multidocument support to Java properties files. Multidocument 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 wouldnt break).
|
|