Skip to content

Add API parameter to control configuration file format (properties vs yaml) #1724

@jkeresman01

Description

@jkeresman01

Summary

Spring Initializr always generates application.properties. The UI appears to provide a configuration choice, but the API (to my knowledge) offers no parameter to switch between properties and yaml.

Expected behaviour

Add a request parameter, e.g.:

configuration=properties|yaml
  • configuration=yaml -> generate application.yml
  • Omitting the parameter or using properties -> generate application.properties (current behavior)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions