Files
spring-cloud-contract/samples/standalone/yml/http-client
2018-08-08 18:00:58 +02:00
..
2018-01-19 00:27:15 +01:00
2018-01-25 16:36:57 +01:00
2018-08-08 18:00:58 +02:00
2018-01-19 00:27:15 +01:00
2018-04-06 15:54:10 +02:00
2018-01-19 01:30:38 +01:00
2018-01-25 16:36:57 +01:00
2018-01-25 16:36:57 +01:00
2018-01-19 00:27:15 +01:00
2018-01-19 00:27:15 +01:00
2018-08-01 17:15:26 +02:00
2018-01-19 00:27:15 +01:00
2018-01-19 00:27:15 +01: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