Sync docs from 2.2.x to gh-pages

This commit is contained in:
buildmaster
2020-03-31 10:57:09 +00:00
parent 8b1f2a9ed9
commit 8d0f57b8de
40 changed files with 47 additions and 42 deletions

View File

@@ -96,6 +96,7 @@ $(addBlockSwitches);
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
<li><a href="#_on_the_producer_side">On the Producer Side</a></li>
<li><a href="#_on_the_consumer_side">On the Consumer Side</a></li>
</ul>
</div>
</div>
@@ -168,9 +169,13 @@ $(addBlockSwitches);
<p>INFO: The baseClassForTests element lets you specify your base test class. It must be a child of a configuration element within spring-cloud-contract-maven-plugin.</p>
</div>
<div class="paragraph">
<p>Once the implementation and the test base class are in place, the tests pass, and both the application and the stub artifacts are built and installed in the local Maven repository. You can now merge the changes, and you can publish both the application and the stub artifacts in an online repository.
2.2. On the Consumer Side</p>
<p>Once the implementation and the test base class are in place, the tests pass, and both the application and the stub artifacts are built and installed in the local Maven repository. You can now merge the changes, and you can publish both the application and the stub artifacts in an online repository.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_on_the_consumer_side"><a class="link" href="#_on_the_consumer_side">On the Consumer Side</a></h2>
<div class="sectionbody">
<div class="paragraph">
<p>You can use Spring Cloud Contract Stub Runner in the integration tests to get a running WireMock instance or messaging route that simulates the actual service.</p>
</div>