mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 23:13:30 +08:00
Merge pull request #176 from royclarkson:scs-starters
* pr/176: Polish contribution Add support for Spring Cloud Services starters
This commit is contained in:
commit
613751e28a
@ -36,6 +36,12 @@ initializr:
|
|||||||
version: 1.0.0.BUILD-SNAPSHOT
|
version: 1.0.0.BUILD-SNAPSHOT
|
||||||
additionalBoms: [cloud-bom]
|
additionalBoms: [cloud-bom]
|
||||||
repositories: spring-snapshots,spring-milestones
|
repositories: spring-snapshots,spring-milestones
|
||||||
|
scs-bom:
|
||||||
|
groupId: io.pivotal.spring.cloud
|
||||||
|
artifactId: spring-cloud-services-dependencies
|
||||||
|
version: 1.1.0.BUILD-SNAPSHOT
|
||||||
|
repositories: spring-snapshots,spring-milestones
|
||||||
|
additionalBoms: [cloud-bom]
|
||||||
kotlin:
|
kotlin:
|
||||||
version: 1.0.2
|
version: 1.0.2
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -551,6 +557,25 @@ initializr:
|
|||||||
description: Leadership election and global state with Etcd and spring-cloud-cluster-etcd
|
description: Leadership election and global state with Etcd and spring-cloud-cluster-etcd
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-cluster-etcd
|
artifactId: spring-cloud-cluster-etcd
|
||||||
|
- name: Pivotal Cloud Foundry
|
||||||
|
bom: scs-bom
|
||||||
|
versionRange: 1.3.0.RELEASE
|
||||||
|
content:
|
||||||
|
- name: Config Client (PCF)
|
||||||
|
id: scs-config-client
|
||||||
|
description: Config client on Pivotal Cloud Foundry
|
||||||
|
groupId: io.pivotal.spring.cloud
|
||||||
|
artifactId: spring-cloud-services-starter-config-client
|
||||||
|
- name: Service Registry (PCF)
|
||||||
|
id: scs-service-registry
|
||||||
|
description: Eureka service discovery on Pivotal Cloud Foundry
|
||||||
|
groupId: io.pivotal.spring.cloud
|
||||||
|
artifactId: spring-cloud-services-starter-service-registry
|
||||||
|
- name: Circuit Breaker (PCF)
|
||||||
|
id: scs-circuit-breaker
|
||||||
|
description: Hystrix circuit breaker on Pivotal Cloud Foundry
|
||||||
|
groupId: io.pivotal.spring.cloud
|
||||||
|
artifactId: spring-cloud-services-starter-circuit-breaker
|
||||||
- name: Social
|
- name: Social
|
||||||
content:
|
content:
|
||||||
- name: Facebook
|
- name: Facebook
|
||||||
|
Loading…
Reference in New Issue
Block a user