Skip to content

Support for Spring Boot DevTools YAML Configuration #16042

@ddcruver

Description

@ddcruver

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

No one assigned

    Labels

    status: supersededAn issue that has been superseded by another

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions