Files
spring-cloud-contract/samples/standalone/messaging/stream-sink/README.adoc
Marcin Grzejszczak 82302ae721 Fixed Contract build
2016-08-12 10:46:36 +02:00

26 lines
456 B
Plaintext

= 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