* Draft support for WebTestClient * Share some common code between MockMvc and WebTestClient * Fix co-ordinates of server stubs * Fix project names in Gradle
= 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