Class WebClientAutoConfiguration

java.lang.Object
org.springframework.boot.webclient.autoconfigure.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:
4.0.0
Author:
Brian Clozel, Phillip Webb
  • Constructor Details

    • WebClientAutoConfiguration

      public WebClientAutoConfiguration()