Contracts for Microservices With OpenAPI and Spring Cloud Contract
Last Updated on June 11, 2019 by Simanta I’ve previously posted about defining Consumer Driven Contracts using the OpenAPI specification and Spring Cloud Contract. This approach works well because you can tie your contracts to your API specification, and also wire in a request validator into your contract tests. But one problem that remained is […]Continue reading