Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2020-04-28 00:28:02 +00:00
parent 91381bbef8
commit 258592cdf1
65 changed files with 159 additions and 154 deletions

View File

@@ -115,6 +115,7 @@ $(globalSwitch);
<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>
@@ -187,9 +188,13 @@ $(globalSwitch);
<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>