From a25beee4ac4992c914cf9409b8c88bc65ee2ef42 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 20 Jul 2016 15:19:26 +0200 Subject: [PATCH] Updated main page --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: