diff --git a/multi/multi__spring_cloud_contract_stub_runner.html b/multi/multi__spring_cloud_contract_stub_runner.html
index c8f3a9b83e..f3d0f20661 100644
--- a/multi/multi__spring_cloud_contract_stub_runner.html
+++ b/multi/multi__spring_cloud_contract_stub_runner.html
@@ -512,7 +512,7 @@ an existing DiscoveryClient its results will be ign
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' +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 (e.g. for version 2.0.1.RELEASE), as follows:
$ wget -O stub-runner.jar 'https://search.maven.org/remotecontent?filepath=org/springframework/cloud/spring-cloud-contract-stub-runner-boot/2.0.1.RELEASE/spring-cloud-contract-stub-runner-boot-2.0.1.RELEASE.jar' $ java -jar stub-runner.jar --stubrunner.ids=... --stubrunner.repositoryRoot=...Starting from
1.4.0.RELEASEversion of the Spring Cloud CLI project you can start Stub Runner Boot by executingspring cloud stubrunner.In order to pass the configuration just create a
stubrunner.ymlfile in the current working directory or a subdirectory calledconfigor in~/.spring-cloud. The file could look like this diff --git a/single/spring-cloud-contract.html b/single/spring-cloud-contract.html index 8d0c7a9820..aaced0887f 100644 --- a/single/spring-cloud-contract.html +++ b/single/spring-cloud-contract.html @@ -2838,7 +2838,7 @@ an existingDiscoveryClientits results will be ign 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' +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 (e.g. for version 2.0.1.RELEASE), as follows:
$ wget -O stub-runner.jar 'https://search.maven.org/remotecontent?filepath=org/springframework/cloud/spring-cloud-contract-stub-runner-boot/2.0.1.RELEASE/spring-cloud-contract-stub-runner-boot-2.0.1.RELEASE.jar' $ java -jar stub-runner.jar --stubrunner.ids=... --stubrunner.repositoryRoot=...Starting from
1.4.0.RELEASEversion of the Spring Cloud CLI project you can start Stub Runner Boot by executingspring cloud stubrunner.In order to pass the configuration just create a
stubrunner.ymlfile in the current working directory or a subdirectory calledconfigor in~/.spring-cloud. The file could look like this diff --git a/spring-cloud-contract.xml b/spring-cloud-contract.xml index 0848dece2d..965d88f383 100644 --- a/spring-cloud-contract.xml +++ b/spring-cloud-contract.xml @@ -4830,8 +4830,8 @@ project for more information.Stub Runner Server Fat Jar -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' + You can download a standalone JAR from Maven (e.g. for version 2.0.1.RELEASE), as follows: +$ wget -O stub-runner.jar 'https://search.maven.org/remotecontent?filepath=org/springframework/cloud/spring-cloud-contract-stub-runner-boot/2.0.1.RELEASE/spring-cloud-contract-stub-runner-boot-2.0.1.RELEASE.jar' $ java -jar stub-runner.jar --stubrunner.ids=... --stubrunner.repositoryRoot=...