-
Notifications
You must be signed in to change notification settings - Fork 41.7k
Closed
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another
Description
DevTools should support DevTools overrides formatted with yaml.
So in addition to reading in .spring-boot-devtools.properties it should also read in
.spring-boot-devtools.yaml. It could also read .spring-boot-devtools.yml but when both are provided then an order would need to be determined.
See DevToolsHomePropertiesPostProcessor
Side note why doesn't .spring-boot-devtools place folder at the root instead of making a hidden folder for future proofing of additional files.
Value Adds:
- YAML subjectively can provide better organization of properties
- You can define mulitple profiles in a YAML File
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another