From ad45921ed5b20d88c3f04194357ea6348fbf3805 Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Sun, 16 Dec 2018 13:25:13 +0000
Subject: [PATCH] Sync docs from master to gh-pages
---
multi/multi__spring_cloud_contract_faq.html | 11 +++++++-
...lti__using_the_pluggable_architecture.html | 4 +--
multi/multi_spring-cloud-contract.html | 2 +-
single/spring-cloud-contract.html | 17 +++++++++---
spring-cloud-contract.xml | 27 +++++++++++++++++++
5 files changed, 53 insertions(+), 8 deletions(-)
diff --git a/multi/multi__spring_cloud_contract_faq.html b/multi/multi__spring_cloud_contract_faq.html
index 96231dcb45..34a352700f 100644
--- a/multi/multi__spring_cloud_contract_faq.html
+++ b/multi/multi__spring_cloud_contract_faq.html
@@ -606,4 +606,13 @@ matching response definition was picked.
To turn off this feature just bum
`StubRunnerExtension`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.