mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 23:13:30 +08:00
Add support for Spring Cloud Contract
See gh-261
This commit is contained in:
parent
b2f88a35eb
commit
6fe6c3b2f3
@ -35,6 +35,13 @@ initializr:
|
||||
- versionRange: 1.3.7.BUILD-SNAPSHOT
|
||||
version: Brixton.BUILD-SNAPSHOT
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
cloud-contract-bom:
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-contract-dependencies
|
||||
mappings:
|
||||
- versionRange: 1.4.0.BUILD-SNAPSHOT
|
||||
version: 1.0.0.BUILD-SNAPSHOT
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
cloud-dataflow-bom:
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-dataflow-dependencies
|
||||
@ -568,6 +575,28 @@ initializr:
|
||||
description: Leadership election and global state with Etcd and spring-cloud-cluster-etcd
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-cluster-etcd
|
||||
- name: Cloud Contract
|
||||
bom: cloud-contract-bom
|
||||
versionRange: 1.4.0.BUILD-SNAPSHOT
|
||||
content:
|
||||
- name: Cloud Contract Verifier
|
||||
id: cloud-contract-verifier
|
||||
description: Spring Cloud Contract Verifier - dependencies required for the autogenerated tests by the Verifier plugin
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-starter-contract-verifier
|
||||
scope: test
|
||||
- name: Cloud Contract Stub Runner
|
||||
id: cloud-contract-stub-runner
|
||||
description: Spring Cloud Contract Stub Runner for HTTP / Messaging based communication (allows for the client side automated server stubs downloading and running)
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-starter-contract-stub-runner
|
||||
scope: test
|
||||
- name: Cloud Contract WireMock
|
||||
id: cloud-contract-wiremock
|
||||
description: Spring Cloud Contract WireMock dependencies required for the WireMock HTTP server
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-contract-wiremock
|
||||
scope: test
|
||||
- name: Pivotal Cloud Foundry
|
||||
bom: scs-bom
|
||||
versionRange: 1.3.0.RELEASE
|
||||
|
Loading…
Reference in New Issue
Block a user