Update README.md

This commit is contained in:
Tom Hombergs
2018-03-20 21:32:10 +01:00
committed by GitHub
parent f854262f80
commit 612863cb2a

View File

@@ -5,9 +5,9 @@ Read the [companion blog article](https://reflectoring.io/consumer-driven-contra
## Getting Started
* have a look at the [contract](/src/test/resources/contracts)
* have a look at the [feign client](/src/main/java/io/reflectoring/UserClient.java)
* have a look at the [consumer test](/src/test/java/io/reflectoring/UserClientTest.java)
* have a look at the [contract](src/test/resources/contracts)
* have a look at the [feign client](src/main/java/io/reflectoring/UserClient.java)
* have a look at the [consumer test]/src/test/java/io/reflectoring/UserClientTest.java)
* run `./gradlew publishToMavenLocal` in the [producer project](../spring-cloud-contract-provider)
to create a provider stubs
* run `./gradlew build` in this project to verify the feign client against the stub
* run `./gradlew build` in this project to verify the feign client against the stub