Skip to content

Add configuration file format selection (properties/yaml)#266

Open
MeRitik wants to merge 1 commit intomicrosoft:mainfrom
MeRitik:feature/configuration-file-format
Open

Add configuration file format selection (properties/yaml)#266
MeRitik wants to merge 1 commit intomicrosoft:mainfrom
MeRitik:feature/configuration-file-format

Conversation

@MeRitik
Copy link

@MeRitik MeRitik commented Feb 18, 2026

Adds a wizard step allowing users to choose the Spring Boot configuration file format (application.properties or application.yaml).

Details

Spring Initializr supports selecting configuration file format via the configurationFileFormat parameter. This change:

  • Introduces a new wizard step after packaging selection
  • Allows choosing between Properties and YAML formats
  • Defaults to Properties to preserve existing behaviour
  • Adds configurable default via spring.initializr.defaultConfigurationFileFormat

Fixes #267

@MeRitik
Copy link
Author

MeRitik commented Feb 18, 2026

@microsoft-github-policy-service agree

@MeRitik
Copy link
Author

MeRitik commented Feb 20, 2026

Here's the demo

vIxPV9OSpw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support selecting configuration file format (properties / yaml)

1 participant