diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html index 81e014d094..425dcac25b 100644 --- a/spring-cloud-contract.html +++ b/spring-cloud-contract.html @@ -423,6 +423,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
Documentation Authors: Adam Dudczak, Marcin Grzejszczak, Jakub Kubryński, Karol Lassak, Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer
What you always need it confidence in pushing new features into a new application or service in a distributed system. This project provides support for Consumer Driven Contracts and service schemas in Spring applications, covering a @@ -885,10 +912,8 @@ going through the process. CDC is all about communication.
-As a developer of the Loan Issuance service (a consumer of the Fraud Detection server):
Once we’re satisfied with the results and the test passes publish a PR to the server side. Currently the consumer side work is done.
As a developer of the Fraud Detection server (a server to the Loan Issuance service):
Then we assume that your CI would run sth like ./mvnw clean deploy which would publish both the application and the stub artifcats.
As a developer of the Loan Issuance service (a consumer of the Fraud Detection server):
And that’s it!