Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2016-11-14 09:42:50 +00:00
parent 79d1120048
commit affe96853a
8 changed files with 28 additions and 23 deletions

View File

@@ -5170,7 +5170,10 @@ spring:
output:
destination: returnBook
input:
destination: bookStorage</code></pre>
destination: bookStorage
server:
port: 0</code></pre>
</div>
</div>
</div>
@@ -5348,7 +5351,9 @@ Remember to annotate your test class with <code>@AutoConfigureMessageVerifier</c
repositoryRoot: classpath:m2repo/repository/
ids: org.springframework.cloud.contract.verifier.stubs.amqp:spring-cloud-contract-amqp-test:0.4.0-SNAPSHOT:stubs
amqp:
enabled: true</code></pre>
enabled: true
server:
port: 0</code></pre>
</div>
</div>
</div>