This repo contains an example of consumer-driven-contract testing for a Feign client
that consumes a REST API provided by the module pact-spring-data-rest-provider.
The contract is created and verified with Pact.
The Companion Blog Post to this project can be found here.
The interesting part in this code base is the class ConsumerPactVerificationTest.
You can run the tests with gradlew test on Windows or ./gradlew test on Unix.