From 9dd3aac7d61c5a4996953d9176a4ad03dc2db972 Mon Sep 17 00:00:00 2001
From: Marcin Grzejszczak
Date: Fri, 23 Sep 2016 10:57:28 +0200
Subject: [PATCH] Sync docs from master to gh-pages
---
spring-cloud-contract.html | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html
index 7c01721689..d18e2cab8d 100644
--- a/spring-cloud-contract.html
+++ b/spring-cloud-contract.html
@@ -467,6 +467,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
Common repo with contracts
+- Repo structure
- Workflow
- Consumer
@@ -2031,13 +2032,8 @@ It can be related to security issues where the consumers can’t clone the p
contracts in a single place then you, as a producer, will know how many consumers you have and which
consumer will you break with your local changes.
-
+
+
Repo structure
Let’s assume that we have a producer with coordinates com.example:server and 3 consumers: client1,
client2, client3. Then in the repository with common contracts you would have the following setup
@@ -2266,6 +2262,7 @@ Those poms are necessary for the consumer side to run mvn clean install -D
</assembly>
+