Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikolaevdmv/spring-cloud-contract-example

Simple example of Spring Cloud Contract
https://github.com/nikolaevdmv/spring-cloud-contract-example

gradle java spring spring-cloud-contract

Last synced: about 2 months ago
JSON representation

Simple example of Spring Cloud Contract

Awesome Lists containing this project

README

        

# Requirements
* Java 1.8
# Build
```
gradlew build
```
# Start
```
gradlew consumer-app:bootRun
gradlew producer-app:bootRun
```