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
20 lines
271 B
Plaintext
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 |