Files
spring-cloud-contract/samples/samples-standalone/contract-verifier-sample-stream-sink
Dave Syer 0522cbb4d6 Introduce @AutoConfigureContractVerifierMessaging
as a new autoconfig switch for test cases (instead of relying on
plain autoconfiguration).

Fixes gh-33
2016-07-14 13:38:16 +01:00
..
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00

= Stream Sink

== Prerequisites

First you have to publish to Maven Local the stubs of the *contract-verifier-sample-stream-source* stubs

== How to run it?

Run

[source=groovy]
--------
./gradlew clean build
--------

or

--------
./mvnw clean package
--------

To

- build the app
- use spring-cloud-contract-stub-runner-stream[Stub Runner Spring] to download the stub of `contract-verifier-sample-stream-source`
- run the tests against stubbed producer