diff --git a/index.html b/index.html index 98fe68ce81..f87a20c160 100644 --- a/index.html +++ b/index.html @@ -356,7 +356,8 @@ dependencyManagement { dependencies { testCompile "org.springframework.cloud:spring-cloud-contract-wiremock" testCompile "org.springframework.cloud:spring-cloud-starter-contract-stub-runner" -}``` +} +``` The last step is to provide the property for the Stub Runner to automatically download the required stubs. If you're using Spring Boot it's enough to add the following section to your project test properties: