https://github.com/jabrena/event-storming-spring-cloud-contract
A documentation from Spring Cloud Contract with another perspective
https://github.com/jabrena/event-storming-spring-cloud-contract
Last synced: 24 days ago
JSON representation
A documentation from Spring Cloud Contract with another perspective
- Host: GitHub
- URL: https://github.com/jabrena/event-storming-spring-cloud-contract
- Owner: jabrena
- License: apache-2.0
- Created: 2019-03-18T12:22:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T07:44:46.000Z (about 6 years ago)
- Last Synced: 2025-02-13T10:48:31.986Z (3 months ago)
- Size: 284 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Cloud Contracts
You always need confidence when pushing new features into a new application or service in a distributed system. To that end, this project provides support for Consumer-driven Contracts and service schemas in Spring applications, covering a range of options for writing tests, publishing them as assets, and asserting that a contract is kept by producers and consumers — for both HTTP and message-based interactions.
## Contents
- [The problem](the-problem.md)
- [The solution](the-solution.md)
- [Specification](specification.md)## References
- https://www.martinfowler.com/articles/consumerDrivenContracts.html
- https://github.com/spring-cloud/spring-cloud-contract
- https://github.com/spring-cloud-samples/spring-cloud-contract-samples
- https://cloud.spring.io/spring-cloud-static/Greenwich.RELEASE/single/spring-cloud.html#_spring_cloud_contract
- https://spring.io/projects/spring-cloud#learn