We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bae6d5 commit 9e66b87Copy full SHA for 9e66b87
spring-cloud/spring-cloud-contract-provider/README.md
@@ -5,7 +5,7 @@ Read the [companion blog article](https://reflectoring.io/consumer-driven-contra
5
6
## Getting Started
7
8
-* have a look at the [contract](/src/test/resources/contracts)
9
-* have a look at the [controller](/src/main/java/io/reflectoring/UserController.java)
+* have a look at the [contract](src/test/resources/contracts)
+* have a look at the [controller](src/main/java/io/reflectoring/UserController.java)
10
* run `./gradlew generateContractTests` to generate JUnit tests that validate the controller against the contract
11
-* run `./gradlew build` to generate and run the tests
+* run `./gradlew build` to generate and run the tests
0 commit comments