Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2017-01-16 15:38:24 +00:00
parent 950135f676
commit 15cd5f3895

View File

@@ -8257,6 +8257,19 @@ org.springframework.cloud.contract.verifier.wiremock.DslToWireMockClientConverte
<div class="paragraph">
<p>The default implementation is the WireMock stub generation.</p>
</div>
<div class="admonitionblock tip">
<table>
<tr>
<td class="icon">
<div class="title">Tip</div>
</td>
<td class="content">
You can provide multiple stub generator implementations. That way for example from a single
DSL as input you can e.g. produce WireMock stubs and Pact files too!
</td>
</tr>
</table>
</div>
</div>
<div class="sect3">
<h4 id="_custom_stub_runner">Custom Stub Runner</h4>