From 3481fd226d70cce672c9245abf6cc00df0dd3de2 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 5 May 2017 10:10:37 +0000 Subject: [PATCH] Sync docs from 1.0.x to gh-pages --- 1.0.x/spring-cloud-contract.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/1.0.x/spring-cloud-contract.html b/1.0.x/spring-cloud-contract.html index 6f4a44d642..6adf5b2752 100644 --- a/1.0.x/spring-cloud-contract.html +++ b/1.0.x/spring-cloud-contract.html @@ -1257,8 +1257,9 @@ and contentType() methods to create request matchers, but not both.
-

On the consumer side, assuming the resource.json generated above is -available on the classpath, you can create a stub using WireMock in a +

On the consumer side, you can make the resource.json generated above +available on the classpath (by publishing stubs as JARs for example). +After that, you can create a stub using WireMock in a number of different ways, including as described above using @AutoConfigureWireMock(stubs="classpath:resource.json").