File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ Read the [companion blog article](https://reflectoring.io/consumer-driven-contra
5
5
6
6
## Getting Started
7
7
8
- * have a look at the [ contract] ( / src/test/resources/contracts)
9
- * have a look at the [ feign client] ( / src/main/java/io/reflectoring/UserClient.java)
10
- * have a look at the [ consumer test] ( /src/test/java/io/reflectoring/UserClientTest.java )
8
+ * have a look at the [ contract] ( src/test/resources/contracts )
9
+ * have a look at the [ feign client] ( src/main/java/io/reflectoring/UserClient.java )
10
+ * have a look at the [ consumer test] /src/test/java/io/reflectoring/UserClientTest.java)
11
11
* run ` ./gradlew publishToMavenLocal ` in the [ producer project] ( ../spring-cloud-contract-provider )
12
12
to create a provider stubs
13
- * run ` ./gradlew build ` in this project to verify the feign client against the stub
13
+ * run ` ./gradlew build ` in this project to verify the feign client against the stub
You can’t perform that action at this time.
0 commit comments