From bff09df5b905d6a2a4c11c00c256beb49d5bffd7 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 19 Mar 2018 16:15:18 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- multi/multi__spring_cloud_contract_wiremock.html | 2 +- single/spring-cloud-contract.html | 2 +- spring-cloud-contract.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/multi/multi__spring_cloud_contract_wiremock.html b/multi/multi__spring_cloud_contract_wiremock.html index c4d6e0e593..9acfa09d88 100644 --- a/multi/multi__spring_cloud_contract_wiremock.html +++ b/multi/multi__spring_cloud_contract_wiremock.html @@ -5,7 +5,7 @@ Spring Boot application. Check out the samples for more details.

If you have a Spring Boot application that uses Tomcat as an embedded server (which is the default with spring-boot-starter-web), you can add -spring-cloud-contract-wiremock to your classpath and add @AutoConfigureWireMock in +spring-cloud-starter-contract-stub-runner to your classpath and add @AutoConfigureWireMock in order to be able to use Wiremock in your tests. Wiremock runs as a stub server and you can register stub behavior using a Java API or via static JSON declarations as part of your test. The following code shows an example:

@RunWith(SpringRunner.class)
diff --git a/single/spring-cloud-contract.html b/single/spring-cloud-contract.html
index 227a8b5df9..b84ec453d0 100644
--- a/single/spring-cloud-contract.html
+++ b/single/spring-cloud-contract.html
@@ -5400,7 +5400,7 @@ Spring Boot application. Check out the
 samples
 for more details.

If you have a Spring Boot application that uses Tomcat as an embedded server (which is the default with spring-boot-starter-web), you can add -spring-cloud-contract-wiremock to your classpath and add @AutoConfigureWireMock in +spring-cloud-starter-contract-stub-runner to your classpath and add @AutoConfigureWireMock in order to be able to use Wiremock in your tests. Wiremock runs as a stub server and you can register stub behavior using a Java API or via static JSON declarations as part of your test. The following code shows an example:

@RunWith(SpringRunner.class)
diff --git a/spring-cloud-contract.xml b/spring-cloud-contract.xml
index 358f719838..a52ad64536 100644
--- a/spring-cloud-contract.xml
+++ b/spring-cloud-contract.xml
@@ -8565,7 +8565,7 @@ Spring Boot application. Check out the
 for more details.
 If you have a Spring Boot application that uses Tomcat as an embedded server (which is
 the default with spring-boot-starter-web),  you can add
-spring-cloud-contract-wiremock to your classpath and add @AutoConfigureWireMock in
+spring-cloud-starter-contract-stub-runner to your classpath and add @AutoConfigureWireMock in
 order to be able to use Wiremock in your tests. Wiremock runs as a stub server and you
 can register stub behavior using a Java API or via static JSON declarations as part of
 your test. The following code shows an example: