Files
spring-cloud-contract/samples/samples-standalone/http-server
Marcin Grzejszczak 04f9b75181 Changing group id
to org.springframework.cloud from org.springframework.cloud.contract

also stopped running an http server if the contract doesn't support it
added back stub runner modules
2016-07-13 19:24:42 +02:00
..
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 19:24:42 +02:00
2016-07-13 19:24:42 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 19:24:42 +02:00
2016-07-13 15:50:34 +02:00
2016-07-13 15:50:34 +02:00

= 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