@Configuration
@EnableConfigurationProperties(value={ExternalTenantUrlResolverProperties.class,SSLVerificationProperties.class})
public class TenantUrlResolverAutoConfiguration
extends Object
TenantUrlResolver.| Constructor and Description |
|---|
TenantUrlResolverAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TenantUrlResolver |
tenantUrlResolver(org.springframework.web.reactive.function.client.WebClient webClient,
ExternalTenantUrlResolverProperties properties) |
org.springframework.web.reactive.function.client.WebClient |
tenantWebClient(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
SSLVerificationProperties sslVerificationProperties) |
@Bean @ConditionalOnMissingBean public TenantUrlResolver tenantUrlResolver(@Qualifier(value="tenantWebClient") org.springframework.web.reactive.function.client.WebClient webClient, ExternalTenantUrlResolverProperties properties)
@Bean
@ConditionalOnMissingBean(name="tenantWebClient")
public org.springframework.web.reactive.function.client.WebClient tenantWebClient(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
SSLVerificationProperties sslVerificationProperties)
throws SSLException
SSLExceptionCopyright © 2021. All rights reserved.