Files
spring-cloud-contract/samples/standalone/restdocs/http-server
Marcin Grzejszczak eec0c07437 Fixed the Gradle setup
- updated Gradle to 8.3
- downgraded Spring Framework JAR in the SCC Gradle plugin due to https://github.com/gradle/gradle/issues/25434
2023-09-06 14:30:56 +02:00
..
2023-09-06 14:30:56 +02:00
2023-09-06 14:30:56 +02:00
2023-09-06 14:30:56 +02:00
2023-09-06 14:30:56 +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