diff --git a/README.adoc b/README.adoc index 82cc139b9a..ff772e6a54 100644 --- a/README.adoc +++ b/README.adoc @@ -4,6 +4,7 @@ Manual changes to this file will be lost when it is generated again. Edit the files in the src/main/asciidoc/ directory instead. //// + == Spring Cloud Contract You always need confidence when pushing new features into a new application or service in @@ -310,4 +311,4 @@ following command: ``` ./scripts/generateDocs.sh -``` \ No newline at end of file +``` diff --git a/docs/src/main/asciidoc/_configprops.adoc b/docs/src/main/asciidoc/_configprops.adoc index 2483f9b178..5e7c13e6ca 100644 --- a/docs/src/main/asciidoc/_configprops.adoc +++ b/docs/src/main/asciidoc/_configprops.adoc @@ -29,19 +29,19 @@ |stubrunner.properties | | Map of properties that can be passed to custom {@link org.springframework.cloud.contract.stubrunner.StubDownloaderBuilder}. |stubrunner.proxy-host | | Repository proxy host. |stubrunner.proxy-port | | Repository proxy port. -|stubrunner.server-id | | null +|stubrunner.server-id | | |stubrunner.stream.enabled | true | Whether to enable Stub Runner integration with Spring Cloud Stream. |stubrunner.stubs-mode | | Pick where the stubs should come from. |stubrunner.stubs-per-consumer | false | Should only stubs for this particular consumer get registered in HTTP server stub. |stubrunner.username | | Repository username. |wiremock.placeholders.enabled | true | Flag to indicate that http URLs in generated wiremock stubs should be filtered to add or resolve a placeholder for a dynamic port. -|wiremock.reset-mappings-after-each-test | false | null -|wiremock.rest-template-ssl-enabled | false | null -|wiremock.server.files | [] | null -|wiremock.server.https-port | -1 | null -|wiremock.server.https-port-dynamic | false | null -|wiremock.server.port | 8080 | null -|wiremock.server.port-dynamic | false | null -|wiremock.server.stubs | [] | null +|wiremock.reset-mappings-after-each-test | false | +|wiremock.rest-template-ssl-enabled | false | +|wiremock.server.files | [] | +|wiremock.server.https-port | -1 | +|wiremock.server.https-port-dynamic | false | +|wiremock.server.port | 8080 | +|wiremock.server.port-dynamic | false | +|wiremock.server.stubs | [] | |=== \ No newline at end of file