Added an option to disable the wiremock rest tempalte customizer

with this change just set "wiremock.rest-template-ssl-enabled:false"  and the customizer will not be set up

fixes gh-413
This commit is contained in:
Marcin Grzejszczak
2018-03-16 16:30:21 +01:00
parent c3d7e2721d
commit 969cfe8573
3 changed files with 60 additions and 31 deletions

View File

@@ -136,6 +136,9 @@ errors. If you use the default `java.net` client, you do not need the annotation
won't do any harm). There is no support currently for other clients, but it may be added
in future releases.
To disable the custom `RestTemplateBuilder`, set the `wiremock.rest-template-ssl-enabled`
property to `false`.
=== WireMock and Spring MVC Mocks
Spring Cloud Contract provides a convenience class that can load JSON WireMock stubs into