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 9e66b87 commit fe9e15bCopy full SHA for fe9e15b
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)
+* have a look at the [contract](src/test/resources/contracts/userservice)
9
* 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
0 commit comments