mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00
Clarify spring-cloud-task entry
This commit provides a complete entry for Spring Cloud task and clarify that no more customization is required as of 1.4. Previously, the entry did not have any groupId/artifactId pair, leading to a default (wrong) groupId/artifactId to be generated. Closes gh-341
This commit is contained in:
@@ -620,15 +620,13 @@ initializr:
|
||||
id: cloud-task
|
||||
description: Task result tracking along with integration with batch and streams
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-starter-task
|
||||
versionRange: 1.3.0.RELEASE
|
||||
bom: cloud-task-bom
|
||||
mappings:
|
||||
- versionRange: "[1.3.0.RELEASE,1.3.x.RELEASE]"
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-task-starter
|
||||
- versionRange: "1.4.0.RELEASE"
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-starter-task
|
||||
- name: Cloud Config
|
||||
bom: cloud-bom
|
||||
versionRange: 1.2.3.RELEASE
|
||||
|
Reference in New Issue
Block a user