diff --git a/multi/multi__spring_cloud_contract_stub_runner.html b/multi/multi__spring_cloud_contract_stub_runner.html
index 1ca92318dd..805510563a 100644
--- a/multi/multi__spring_cloud_contract_stub_runner.html
+++ b/multi/multi__spring_cloud_contract_stub_runner.html
@@ -489,7 +489,8 @@ You can disable Stub Runner Ribbon support by providing: s
You can disable Stub Runner support by providing: stubrunner.cloud.enabled equal to false
![]() | Tip |
|---|---|
By default all service discovery will be stubbed. That means that regardless of the fact if you have
an existing |
Spring Cloud Contract Stub Runner Boot is a Spring Boot application that exposes REST endpoints to + merged with the stubbed ones.
The default Maven configuration used by Stub Runner can be tweaked either +via the following system properties or environment variables
maven.repo.local - path to the custom maven local repository locationorg.apache.maven.user-settings - path to custom maven user settings locationorg.apache.maven.global-settings - path to maven global settings locationSpring Cloud Contract Stub Runner Boot is a Spring Boot application that exposes REST endpoints to trigger the messaging labels and to access started WireMock servers.
One of the use-cases is to run some smoke (end to end) tests on a deployed application. You can check out the Spring Cloud Pipelines project for more information.
Just add the
compile "org.springframework.cloud:spring-cloud-starter-stub-runner"Annotate a class with @EnableStubRunnerServer, build a fat-jar and you’re ready to go!
For the properties check the Stub Runner Spring section.
You can download a standalone JAR from Maven (for example, for version 1.2.3.RELEASE), as follows:
$ wget -O stub-runner.jar 'https://search.maven.org/remote_content?g=org.springframework.cloud&a=spring-cloud-contract-stub-runner-boot&v=1.2.3.RELEASE'
diff --git a/single/spring-cloud-contract.html b/single/spring-cloud-contract.html
index 6c769e577c..01ccaa749b 100644
--- a/single/spring-cloud-contract.html
+++ b/single/spring-cloud-contract.html
@@ -2538,7 +2538,8 @@ You can disable Stub Runner Ribbon support by providing: s
You can disable Stub Runner support by providing: stubrunner.cloud.enabled equal to false![[Tip]](images/tip.png)
Tip By default all service discovery will be stubbed. That means that regardless of the fact if you have
an existing DiscoveryClient its results will be ignored. However, if you want to reuse it, just set
stubrunner.cloud.delegate.enabled to true and then your existing DiscoveryClient results will be
- merged with the stubbed ones.
Spring Cloud Contract Stub Runner Boot is a Spring Boot application that exposes REST endpoints to + merged with the stubbed ones.
The default Maven configuration used by Stub Runner can be tweaked either +via the following system properties or environment variables
maven.repo.local - path to the custom maven local repository locationorg.apache.maven.user-settings - path to custom maven user settings locationorg.apache.maven.global-settings - path to maven global settings locationSpring Cloud Contract Stub Runner Boot is a Spring Boot application that exposes REST endpoints to trigger the messaging labels and to access started WireMock servers.
One of the use-cases is to run some smoke (end to end) tests on a deployed application. You can check out the Spring Cloud Pipelines project for more information.
Just add the
compile "org.springframework.cloud:spring-cloud-starter-stub-runner"Annotate a class with @EnableStubRunnerServer, build a fat-jar and you’re ready to go!
For the properties check the Stub Runner Spring section.
You can download a standalone JAR from Maven (for example, for version 1.2.3.RELEASE), as follows:
$ wget -O stub-runner.jar 'https://search.maven.org/remote_content?g=org.springframework.cloud&a=spring-cloud-contract-stub-runner-boot&v=1.2.3.RELEASE' diff --git a/spring-cloud-contract.xml b/spring-cloud-contract.xml index 47278c30f4..cc19e0c1fe 100644 --- a/spring-cloud-contract.xml +++ b/spring-cloud-contract.xml @@ -4319,6 +4319,19 @@ an existingDiscoveryClient its results will be ignored. Howestubrunner.cloud.delegate.enabled totrue and then your existingDiscoveryClient results will be merged with the stubbed ones. +The default Maven configuration used by Stub Runner can be tweaked either +via the following system properties or environment variables ++ + ++ maven.repo.local - path to the custom maven local repository location+ ++ org.apache.maven.user-settings - path to custom maven user settings location+ ++ org.apache.maven.global-settings - path to maven global settings location