# spring-cloud-contract **Repository Path**: microservice-cases/spring-cloud-contract ## Basic Information - **Project Name**: spring-cloud-contract - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-05-17 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Cloud Contract ## Provider端 ``` cd contract-provider ./gradlew clean build publishToMavenLocal ``` ## Consumer 端 ``` cd contract-consumer ./gradlew clean build ```