Files
spring-cloud-contract/samples/standalone/pact/pact-http-server/README.adoc
Marcin Grzejszczak 22a5e44471 Pact Contract (#188)
with this change we're providing support for Pact based contracts. No longer do you have to set up your contracts using the Groovy DSL. In the same way as with the DSL you can use the Pact contracts to generate tests and the stubs on the producer side.

fixes #96
2017-01-13 18:06:32 +01:00

20 lines
271 B
Plaintext

= Pact Http Server
Run
[source=groovy]
--------
./gradlew clean build publishToMavenLocal
--------
or
--------
./mvnw clean install
--------
To
- build the app
- generate and run Spring Cloud Contract Verifier tests
- publish the fatJar and the stubs to Maven Local