mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 09:22:41 +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