mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-05 13:18:02 +08:00
![]() Previously, it was not possible to define the Spring Boot version that a dependency requires. As a result, many new starters implemented as part of Spring Boot 1.2 are not available. Each dependency can now define a `versionRange` attribute that defines the Spring Boot version range that it supports. The range is defined either as a single version, in which case it defines that version and any later versions or using brackets. A square bracket (`[` or `]`) denotes an inclusive range while a round bracket (`(` or `)`) denotes an exclusive range. Bumped the current-metadata format to 2.1 to include this additional `versionRange` attribute, that is application/vnd.initializr.v2.1+json Existing clients requesting v2 will not get any dependency that defines a `versionRange` attribute. Closes gh-62 |
||
---|---|---|
.. | ||
app.groovy | ||
application.yml | ||
logback.xml | ||
manifest.yml |