mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00

This commit improves the `info` endpoint to contain a `dependency-ranges` entry that is similar than the `bom-ranges` entry for BOMs. Each dependency that has a version mapping is listed with the range and the related version. Some dependencies weren't managed and are now. For those a `managed` version is used to indicate which Spring Boot versions do not require to specify a version for the dependency. Closes gh-453