HarshadRanganathan / spring-boot-example

Example project using Spring Boot
MIT License
0 stars 0 forks source link

YAML-like multi-document support to Java properties files #33

Open HarshadRanganathan opened 2 years ago

HarshadRanganathan commented 2 years ago

Spring Boot 2.4, we brought 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.

image