mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-05 21:28:03 +08:00
Add Spring Cloud Data Flow starter
This commit is contained in:
parent
5faf874bac
commit
85c2cd76a3
@ -19,6 +19,14 @@ initializr:
|
|||||||
groupId: com.vaadin
|
groupId: com.vaadin
|
||||||
artifactId: vaadin-bom
|
artifactId: vaadin-bom
|
||||||
version: 7.5.5
|
version: 7.5.5
|
||||||
|
cloud-dataflow-bom:
|
||||||
|
groupId: org.springframework.cloud
|
||||||
|
artifactId: spring-cloud-dataflow-dependencies
|
||||||
|
version: 1.0.0.BUILD-SNAPSHOT
|
||||||
|
mappings:
|
||||||
|
- versionRange: 1.3.2.BUILD-SNAPSHOT
|
||||||
|
version: 1.0.0.BUILD-SNAPSHOT
|
||||||
|
repositories: spring-snapshots,spring-milestones
|
||||||
cloud-bom:
|
cloud-bom:
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-dependencies
|
artifactId: spring-cloud-dependencies
|
||||||
@ -446,6 +454,16 @@ initializr:
|
|||||||
description: Messaging on AWS with SQS and spring-cloud-aws-messaging
|
description: Messaging on AWS with SQS and spring-cloud-aws-messaging
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-aws-messaging
|
artifactId: spring-cloud-starter-aws-messaging
|
||||||
|
- name: Cloud Data Flow
|
||||||
|
bom: cloud-dataflow-bom
|
||||||
|
versionRange: "1.0.0.BUILD-SNAPSHOT"
|
||||||
|
content:
|
||||||
|
- name: Local Data Flow Server
|
||||||
|
id: cloud-dataflow-server-local
|
||||||
|
description: Local Data Flow Server implementation
|
||||||
|
versionRange: 1.0.0.BUILD-SNAPSHOT
|
||||||
|
groupId: org.springframework.cloud
|
||||||
|
artifactId: spring-cloud-starter-dataflow-server-local
|
||||||
- name: Cloud Cluster
|
- name: Cloud Cluster
|
||||||
bom: cloud-bom
|
bom: cloud-bom
|
||||||
versionRange: "1.3.0.M4"
|
versionRange: "1.3.0.M4"
|
||||||
@ -631,4 +649,3 @@ initializr:
|
|||||||
- name: 1.1.12
|
- name: 1.1.12
|
||||||
id: 1.1.12.RELEASE
|
id: 1.1.12.RELEASE
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user