@Configuration(proxyBeanMethods=false) @ConditionalOnTencentSmsEnabled @EnableConfigurationProperties(value=TencentSmsProperties.class) public class TencentSmsConfiguration extends Object
Description: 腾讯云短信发送配置类
| 构造器和说明 |
|---|
TencentSmsConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
postConstruct() |
TencentSmsSendHandler |
tencentCloudSmsSendHandler(TencentSmsProperties tencentSmsProperties)
构造腾讯云V3发送处理
|
@PostConstruct public void postConstruct()
@Bean(name="TENCENT") public TencentSmsSendHandler tencentCloudSmsSendHandler(TencentSmsProperties tencentSmsProperties)
tencentSmsProperties - 配置对象Copyright © 2022. All rights reserved.