https://github.com/novatecconsulting/blog-contract-testing-with-spring-cloud-contract
https://github.com/novatecconsulting/blog-contract-testing-with-spring-cloud-contract
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/novatecconsulting/blog-contract-testing-with-spring-cloud-contract
- Owner: NovatecConsulting
- License: gpl-3.0
- Created: 2017-02-10T13:07:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T08:36:31.000Z (over 8 years ago)
- Last Synced: 2025-04-02T20:38:38.124Z (9 months ago)
- Language: Java
- Size: 23.4 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Consumer Driven Contract Testing with Spring Cloud Contract, Blog post
This is a demo code related to the NovaTec blog post http://blog.novatec-gmbh.de/consumer-driven-contract-testing-spring-cloud-contract/.
It shows the usage of the Consumer Driven Contract Testing with Spring Cloud Contract framework.
The demo project consists of two Spring-Boot Microservices - one Provider and two Consumers.
All of the details are presented in the blog post.