Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 568 Bytes

File metadata and controls

11 lines (8 loc) · 568 Bytes

Testing a Spring Boot REST API Consumer against a Contract with Pact

Companion Blog Article

Read the companion blog article to this repository.

Getting Started

  • have a look at the feign client
  • have a look at the consumer test
  • run ./gradlew build in this project to create a pact and run the consumer test
  • afterwards, find the pact contract file in the folder target/pacts