java.lang.Object
org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration

Auto-configuration for WebClient.

This will produce a WebClient.Builder bean with the prototype scope, meaning each injection point will receive a newly cloned instance of the builder.

Since:
2.0.0
Author:
Brian Clozel