mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 20:09:26 +01:00
Merge branch '3.1.x'
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ import org.springframework.web.reactive.function.client.WebClient;
|
|||||||
* Typically used as follows: <pre class="code">
|
* Typically used as follows: <pre class="code">
|
||||||
* @Bean
|
* @Bean
|
||||||
* public MyBean myBean(WebClient.Builder webClientBuilder, WebClientSsl ssl) {
|
* public MyBean myBean(WebClient.Builder webClientBuilder, WebClientSsl ssl) {
|
||||||
* WebClient webClient = webClientBuilder.apply(ssl.forBundle("mybundle")).build();
|
* WebClient webClient = webClientBuilder.apply(ssl.fromBundle("mybundle")).build();
|
||||||
* return new MyBean(webClient);
|
* return new MyBean(webClient);
|
||||||
* }
|
* }
|
||||||
* </pre> NOTE: Apply SSL configuration will replace any previously
|
* </pre> NOTE: Apply SSL configuration will replace any previously
|
||||||
|
|||||||
Reference in New Issue
Block a user