-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Spring Initializr 0.23 Release Notes
Moritz Halbritter edited this page Aug 14, 2025
·
3 revisions
Support for YAML configuration files has been added. Please update your initializr configuration to set the supported configuration file formats, e.g. to something like this:
configuration-file-formats:
- name: Properties
id: properties
default: true
- name: YAML
id: yaml
default: false