Annotation Type AutoConfigureHttpClient
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import(WireMockRestTemplateConfiguration.class)
@PropertyMapping("wiremock.server")
public @interface AutoConfigureHttpClient
Annotation for test classes that want to install a RestTemplateCustomizer that sets up
a Spring Boot app to ignore SSL errors. Use only in tests!
- Author:
- Dave Syer