Skip to content

How to develop lighter actually stable testable microservices infrastructure.

Notifications You must be signed in to change notification settings

daggerok/spring-cloud-contract-examples

Repository files navigation

spring-cloud-contract-examples Build Status

How to develop lighter actually stable testable microservices infrastructure.

maven

functional spring-mvc rest api

first, implement maven-rest-mvc-functional-producer according to agreed contracts

jdk11 # point JAVA_HOME to JDK 11
./mvnw -f maven-rest-mvc-functional-producer clean deploy

next implement maven-rest-mvc-functional-consumer by using maven-rest-mvc-functional-producer-stubs artifact...

jdk11 # point JAVA_HOME to JDK 11
./mvnw -f maven-rest-mvc-functional-consumer

resources

reference

Releases

No releases published

Packages

No packages published