diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html index 004716e8e2..0576d92850 100644 --- a/spring-cloud-contract.html +++ b/spring-cloud-contract.html @@ -633,7 +633,6 @@ $(addBlockSwitches);
You can check out issue 224 for more information about the reasons behind this change.
Optional password to access the tool that stores the JARs with stubs
stubrunner.stubsPerConsumer
false
Set to true if you want to use different stubs per each consumer instead of registering all stubs for every consumer
stubrunner.consumerName
If you want to use stubs per consumer and want to override the consumer name just change this value
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").