@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @ImportAutoConfiguration @PropertyMapping(value="spring.test.webclient") public @interface AutoConfigureWebClient
Modifier and Type | Optional Element and Description |
---|---|
boolean |
registerRestTemplate
If a
RestTemplate bean should be registered. |
public abstract boolean registerRestTemplate
RestTemplate
bean should be registered. Defaults to false
with
the assumption that the RestTemplateBuilder
will be used.RestTemplate
bean should be added.