From 1385d7001cb81094af35140475fc773e56f1ec6b Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 21 Apr 2016 09:28:44 +0200 Subject: [PATCH] Fixed wrong indents --- docs/src/docs/asciidoc/index.adoc | 20 -------------------- docs/src/docs/asciidoc/stubrunner.adoc | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index 306aa0d6b0..4058bc66bb 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -633,26 +633,6 @@ Example of Maven can be found in the [AccuREST Maven Plugin README](https://gith include::stubrunner.adoc[] - -===== Stub Runner Spring Cloud - -If you're using Spring Cloud then it's enough to add `stub-runner-spring-cloud` on classpath and automatically a bean of type `StubFinder` will get registered. - -===== Common properties for JUnit and Spring - -Some of the properties that are repetitive can be set using system properties or property sources (for Spring). Here are their names with their default values: - -[width="60%",frame="topbot",options="header"] -|====================== -| Property name | Default value | Description | -|stubrunner.port.range.min|10000| Minimal value of a port for a started WireMock with stubs| -|stubrunner.port.range.max|15000| Minimal value of a port for a started WireMock with stubs| -|stubrunner.stubs.repository.root|| Maven repo url. If blank then will call the local maven repo| -|stubrunner.stubs.classifier|stubs| Default classifier for the stub artifacts| -|stubrunner.work-offline|false| If true then will not contact any remote repositories to download stubs| -|stubrunner.stubs|| Comma separated list of Ivy notation of stubs to download| -|====================== - == Migration Guide === Migration to 0.4.7 diff --git a/docs/src/docs/asciidoc/stubrunner.adoc b/docs/src/docs/asciidoc/stubrunner.adoc index 71c9711bc1..6141313185 100644 --- a/docs/src/docs/asciidoc/stubrunner.adoc +++ b/docs/src/docs/asciidoc/stubrunner.adoc @@ -21,7 +21,7 @@ include::../../../../stub-runner/stub-runner-spring/README.adoc[] include::../../../../stub-runner/stub-runner-spring-cloud/README.adoc[] -===== Common properties for JUnit and Spring +=== Common properties for JUnit and Spring Some of the properties that are repetitive can be set using system properties or property sources (for Spring). Here are their names with their default values: