@Configuration(proxyBeanMethods=false) @ConditionalOnAliyunSmsEnabled @EnableConfigurationProperties(value=AliyunSmsProperties.class) public class AliyunSmsConfiguration extends Object
Description: 阿里云短信发送配置类
| 构造器和说明 |
|---|
AliyunSmsConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
AliyunSmsSendHandler |
aliyunSmsSendHandler(AliyunSmsProperties aliyunSmsProperties)
构造阿里云发送处理
|
void |
postConstruct() |
@PostConstruct public void postConstruct()
@Bean(name="ALIYUN") public AliyunSmsSendHandler aliyunSmsSendHandler(AliyunSmsProperties aliyunSmsProperties)
aliyunSmsProperties - 配置对象Copyright © 2023 Dromara. All rights reserved.