Files
spring-cloud-contract/spring-cloud-contract-verifier-standalone-test-samples
Marcin Grzejszczak 8181c199ec Polish
2016-07-13 15:23:39 +02:00
..
2016-07-12 13:06:42 +02:00
2016-07-13 15:23:39 +02:00
2016-07-13 15:23:39 +02:00
2016-07-13 15:23:39 +02:00
2016-07-12 13:32:34 +02:00
2016-07-12 13:06:42 +02:00
2016-07-12 13:06:42 +02:00
2016-07-13 13:24:35 +01:00
2016-07-12 13:06:42 +02:00
2016-07-12 13:06:42 +02:00
2016-07-13 15:23:39 +02:00

= Spring Cloud Contract Verifier Samples

Projects that contain different samples of Spring Cloud Contract Verifier.

WARNING: The Verifier Maven Plugin is disabled by default. That's because we want in the
 IDE help in terms of compilation verification. If someone executes `./mvnw clean install`
 from the root of the `Spring Cloud Contract` project the samples will not blow up. To
 ensure that you're running the `Verifier` tests you have to pass the `-Ptests` from the
 `spring-cloud-contract-verifier-standalone-test-samples` project. Or just run the tests
 from each of the standalone sample projects (since each of them is a separate Maven project).

Below you can find a list of samples:

include::http-server/README.adoc[]

include::http-client/README.adoc[]

include::contract-verifier-sample-stream-sink/README.adoc[]

include::contract-verifier-sample-stream-source/README.adoc[]