added code examples for consumer-driven-contract tests with Pact

This commit is contained in:
Tom Hombergs
2017-08-08 22:38:28 +02:00
parent a4e6a2fe90
commit 0fec7ae430
46 changed files with 1505 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ This repo contains some example code that exposes some Spring Data repositories
via Spring Data REST to show how to handle relationships between JPA entities
via the REST API.
## Companion Blog Post
The companion blog post with more details can be found [here](https://reflectoring.io/relations-with-spring-data-rest/).
## Running the application