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
55
66## Getting Started
77
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)
1111* run ` ./gradlew publishToMavenLocal ` in the [ producer project] ( ../spring-cloud-contract-provider )
1212 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