Files
spring-cloud-contract/samples/standalone
Dave Syer 891452376b Don't use ServerProperties for configuring Wiremock server
The problem is that it is a Spring Boot app (really tiny one), so
it binds to server.* in the environment, if you try to use
the stock ServerProperties. We only need a subset of the features
so it's actually relatively easy to wrap it and use a delegate.
2016-11-09 16:12:23 +00:00
..
2016-11-08 16:14:20 +01:00
2016-11-08 16:14:20 +01:00
2016-11-08 16:14:20 +01:00
2016-07-16 16:14:23 +01:00
2016-07-16 16:14:23 +01:00
2016-10-17 12:22:17 +02:00
2016-11-07 14:36:26 +01:00

= Spring Cloud Contract Verifier Samples

Projects that contain different samples of Spring Cloud Contract Verifier.

Below you can find a list of samples:

include::contracts/README.adoc[]

include::dsl/http-server/README.adoc[]

include::dsl/http-client/README.adoc[]

include::messaging/stream-sink/README.adoc[]

include::messaging/stream-source/README.adoc[]

include::restdocs/http-server/README.adoc[]

include::restdocs/http-client/README.adoc[]