without this change we're escaping the json body response and then wiremock is escaping it again with this change we're unescaping the first json body escaping so that wiremock applies it only once fixes gh-515
= 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