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)