Files
spring-cloud-contract/samples/standalone/webclient/http-client
Marcin Grzejszczak 4c627f8e61 Revert "Bumped the Boot plugin to RC1"
This reverts commit e0bda0f8aa.
2018-02-11 22:29:53 +01:00
..
2018-01-25 12:50:49 +01:00
2018-01-12 15:12:31 +01:00
2018-01-12 15:12:31 +01:00
2018-02-05 14:22:08 +00:00

= Http Client

== Prerequisites

First you have to publish to Maven Local the stubs of the *http-server* module

== How to run it?

Run

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

or

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

To

- build the app
- use spring-cloud-contract-stub-runner-spring[Stub Runner Spring] to download the stub of `Http Server`
- run the tests against stubbed server