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

This commit improves the dependency mapping infrastructure to include the groupId and artifactId attributes alongside the existing version. For consistency, the attribute has been renamed from `versions` to `mappings`. This allows to better support the `redis` use case: the starter was renamed from `spring-boot-starter-redis` to `spring-boot-starter-data-redis` and previously we had two entries excluding each other using version ranges. Closes gh-219