Sync docs from master to gh-pages
This commit is contained in:
@@ -2696,7 +2696,7 @@ compile "org.springframework.cloud.contract:spring-cloud-contract-stub-runner-st
|
||||
<h4 id="_example">Example</h4>
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
<pre class="highlight"><code class="language-groovy" data-lang="groovy">@ContextConfiguration(classes = [StubRunnerBootSpec, StubRunnerBoot], loader = SpringApplicationContextLoader)
|
||||
<pre class="highlight"><code class="language-groovy" data-lang="groovy">@ContextConfiguration(classes = [StubRunnerBootSpec, StubRunnerBoot], loader = SpringBootContextLoader)
|
||||
@EnableBinding
|
||||
@Configuration
|
||||
class StubRunnerBootSpec extends Specification {
|
||||
@@ -2999,7 +2999,6 @@ class StubRunnerConfigurationSpec extends Specification {
|
||||
}
|
||||
|
||||
@Configuration
|
||||
@Import(StubRunnerConfiguration)
|
||||
@EnableAutoConfiguration
|
||||
static class Config {}
|
||||
}</code></pre>
|
||||
@@ -3909,7 +3908,7 @@ receivedMessage.headers.get('BOOK-NAME') == 'foo'</code></pre>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2016-07-12 17:20:40 CEST
|
||||
Last updated 2016-07-12 17:43:25 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user