Files
spring-cloud-contract/samples/standalone/http-client
Marcin Grzejszczak 251e160e9b Added starters
fixes #40
2016-07-20 14:35:12 +02:00
..
2016-07-16 16:14:23 +01:00
2016-07-20 14:35:12 +02:00
2016-07-19 16:09:33 +02:00
2016-07-16 16:14:23 +01:00
2016-07-20 14:35:12 +02:00
2016-07-20 14:35:12 +02:00
2016-07-20 14:35:12 +02:00
2016-07-16 16:14:23 +01:00
2016-07-16 16:14:23 +01:00
2016-07-20 14:35:12 +02:00
2016-07-16 16:14:23 +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