mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 17:32:34 +08:00
Add spring-cloud-cluster-*
This commit is contained in:
@@ -262,25 +262,25 @@ initializr:
|
||||
description: Support for spring-cloud-stream-binder-rabbit (messaging microservices with RabbitMQ)
|
||||
versionRange: 1.3.0.M4
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-stream-binder-rabbit
|
||||
artifactId: spring-cloud-starter-stream-rabbit
|
||||
- name: Stream Redis
|
||||
id: cloud-stream-binder-redis
|
||||
description: Support for spring-cloud-stream-binder-redis (messaging microservices with Redis)
|
||||
versionRange: 1.3.0.M4
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-stream-binder-redis
|
||||
artifactId: spring-cloud-starter-stream-redis
|
||||
- name: Stream Kafka
|
||||
id: cloud-stream-binder-kafka
|
||||
description: Support for spring-cloud-stream-binder-kafka (messaging microservices with Kafka)
|
||||
versionRange: 1.3.0.M4
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-stream-binder-kafka
|
||||
artifactId: spring-cloud-starter-stream-kafka
|
||||
- name: Stream Local
|
||||
id: cloud-stream-binder-local
|
||||
description: Support for spring-cloud-stream-binder-local (messaging microservices with local message channels)
|
||||
versionRange: 1.3.0.M4
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-stream-binder-local
|
||||
artifactId: spring-cloud-starter-stream-local
|
||||
- name: Consul Discovery
|
||||
id: cloud-starter-consul-discovery
|
||||
description: Support for spring-cloud-consul-discovery (service discovery with Hashicorp Consul)
|
||||
@@ -311,6 +311,24 @@ initializr:
|
||||
versionRange: 1.3.0.M4
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-starter-zookeeper-config
|
||||
- name: Cluster Redis
|
||||
id: cloud-cluster-redis
|
||||
description: Support for spring-cloud-cluster-redis (leadership election and global state with Redis)
|
||||
versionRange: 1.3.0.M4
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-cluster-redis
|
||||
- name: Cluster Zookeeper
|
||||
id: cloud-cluster-zookeeper
|
||||
description: Support for spring-cloud-cluster-zookeeper (leadership election and global state with Zookeeper)
|
||||
versionRange: 1.3.0.M4
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-cluster-zookeeper
|
||||
- name: Cluster Hazelcast
|
||||
id: cloud-cluster-hazelcast
|
||||
description: Support for spring-cloud-cluster-hazelcast (leadership election and global state with Hazelcast)
|
||||
versionRange: 1.3.0.M4
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-cluster-hazelcast
|
||||
- name: Database
|
||||
content:
|
||||
- name: H2
|
||||
|
||||
Reference in New Issue
Block a user