@Configuration(proxyBeanMethods=false) @ConditionalOnChinaMobileSmsEnabled @EnableConfigurationProperties(value=ChinaMobileSmsProperties.class) public class ChinaMobileSmsConfiguration extends Object
Description: 移动云短信发送配置
| 构造器和说明 |
|---|
ChinaMobileSmsConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
ChinaMobileSmsSendHandler |
chinaMobileSmsSendHandler(ChinaMobileSmsProperties chinaMobileSmsProperties)
构造移动云发送处理
|
void |
postConstruct() |
@PostConstruct public void postConstruct()
@Bean(name="CHINA_MOBILE") public ChinaMobileSmsSendHandler chinaMobileSmsSendHandler(ChinaMobileSmsProperties chinaMobileSmsProperties)
chinaMobileSmsProperties - 配置对象Copyright © 2023 Dromara. All rights reserved.