Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll 2018-04-12 09:44:49 +02:00
commit 7198b038aa
1 changed files with 1 additions and 1 deletions

View File

@ -5549,7 +5549,7 @@ The following code shows a typical example:
private final WebClient webClient;
public MyBean(WebClient.Builder webClientBuilder) {
public MyService(WebClient.Builder webClientBuilder) {
this.webClient = webClientBuilder.baseUrl("http://example.org").build();
}