Fix NoHttp violation
This commit is contained in:
parent
90268de9c0
commit
331b14bb0b
|
@ -664,7 +664,7 @@ public interface WebClient {
|
||||||
* downstream, for example:
|
* downstream, for example:
|
||||||
* <pre class="code">
|
* <pre class="code">
|
||||||
* webClient.get()
|
* webClient.get()
|
||||||
* .uri("http://abc.com/account/123")
|
* .uri("https://abc.com/account/123")
|
||||||
* .retrieve()
|
* .retrieve()
|
||||||
* .bodyToMono(Account.class)
|
* .bodyToMono(Account.class)
|
||||||
* .onErrorResume(WebClientResponseException.class,
|
* .onErrorResume(WebClientResponseException.class,
|
||||||
|
|
Loading…
Reference in New Issue