From d5a99b1fc67023055bc2625234ad540dd1bd280d Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Sun, 16 Dec 2018 13:02:09 +0000
Subject: [PATCH] Sync docs from 2.0.x to gh-pages
---
.../multi__spring_cloud_contract_faq.html | 11 ++++++-
...lti__using_the_pluggable_architecture.html | 4 +--
2.0.x/multi/multi_spring-cloud-contract.html | 2 +-
2.0.x/single/spring-cloud-contract.html | 17 ++++++++---
.../checkstyle.rss | 4 +--
2.0.x/spring-cloud-contract.xml | 29 ++++++++++++++++++-
6 files changed, 56 insertions(+), 11 deletions(-)
diff --git a/2.0.x/multi/multi__spring_cloud_contract_faq.html b/2.0.x/multi/multi__spring_cloud_contract_faq.html
index a557f5b06d..b0e0c6ab63 100644
--- a/2.0.x/multi/multi__spring_cloud_contract_faq.html
+++ b/2.0.x/multi/multi__spring_cloud_contract_faq.html
@@ -644,4 +644,13 @@ matching response definition was picked.
To turn off this feature just bum
to dump all mappings per artifact id. Also the port at which the given stub server was
started will be attached.
3.8.3 Can I reference text from file?
Yes! With version 1.2.0 we’ve added such a possibility. It’s enough to call file(…) method in the
DSL and provide a path relative to where the contract lays.
-If you’re using YAML just use the bodyFromFile property.