Sync docs from master to gh-pages
This commit is contained in:
@@ -430,10 +430,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
|
||||
<li><a href="#_purposes">Purposes</a></li>
|
||||
<li><a href="#_client_side">Client Side</a></li>
|
||||
<li><a href="#_server_side">Server Side</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#_step_by_step_guide_to_cdc">Step by step guide to CDC</a>
|
||||
<ul class="sectlevel2">
|
||||
<li><a href="#_step_by_step_guide_to_cdc">Step by step guide to CDC</a></li>
|
||||
<li><a href="#_dependencies">Dependencies</a></li>
|
||||
<li><a href="#_additional_links">Additional links</a></li>
|
||||
<li><a href="#_samples">Samples</a></li>
|
||||
@@ -726,11 +723,8 @@ that your application behaves in the same way as you define in your stub.</p>
|
||||
for response verification.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect1">
|
||||
<h2 id="_step_by_step_guide_to_cdc">Step by step guide to CDC</h2>
|
||||
<div class="sectionbody">
|
||||
<div class="sect2">
|
||||
<h3 id="_step_by_step_guide_to_cdc">Step by step guide to CDC</h3>
|
||||
<div class="paragraph">
|
||||
<p>Let’s take an example of Fraud Detection and Loan Issuance process. Let’s assume that the Loan Issuance is a client to the
|
||||
Fraud Detection server. Let’s assume that we have to write a new feature (if a client wants too borrow too much money then
|
||||
@@ -940,6 +934,7 @@ return new FraudCheckResult(FraudCheckStatus.OK, NO_REASON);
|
||||
}</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
<h3 id="_dependencies">Dependencies</h3>
|
||||
<div class="paragraph">
|
||||
@@ -976,6 +971,9 @@ is under constant development.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p><a href="https://www.youtube.com/watch?v=msRFcQM07-Y">click here to see the video</a></p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p><strong>Olga Maciaszek-Sharma talking about Accurest (Spring Cloud Contract Verifier predecessor)</strong></p>
|
||||
</div>
|
||||
<div class="videoblock">
|
||||
@@ -984,6 +982,9 @@ is under constant development.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p><a href="https://www.youtube.com/watch?v=daafmTYFoDU">click here to see the video</a></p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p><strong>Marcin Grzejszczak and Jakub Kubryński talking about Accurest (Spring Cloud Contract Verifier predecessor)</strong></p>
|
||||
</div>
|
||||
<div class="videoblock">
|
||||
@@ -991,6 +992,9 @@ is under constant development.</p>
|
||||
<iframe src="https://player.vimeo.com/video/130779882" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p><a href="https://vimeo.com/130779882">click here to see the video</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
<h4 id="_readings">Readings</h4>
|
||||
@@ -4152,7 +4156,7 @@ receivedMessage.headers.get('BOOK-NAME') == 'foo'</code></pre>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2016-07-15 14:43:09 CEST
|
||||
Last updated 2016-07-15 14:44:28 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user