类 ChinaMobileSmsConfiguration
java.lang.Object
cn.herodotus.engine.sms.chinamobile.configuration.ChinaMobileSmsConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnChinaMobileSmsEnabled
@EnableConfigurationProperties(ChinaMobileSmsProperties.class)
public class ChinaMobileSmsConfiguration
extends Object
Description: 移动云短信发送配置
- 作者:
- : gengwei.zheng
- Date:
- : 2021/5/26 16:13
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明chinaMobileSmsSendHandler(ChinaMobileSmsProperties chinaMobileSmsProperties) 构造移动云发送处理void
-
构造器详细资料
-
ChinaMobileSmsConfiguration
public ChinaMobileSmsConfiguration()
-
-
方法详细资料
-
postConstruct
@PostConstruct public void postConstruct() -
chinaMobileSmsSendHandler
@Bean(name="CHINA_MOBILE") public ChinaMobileSmsSendHandler chinaMobileSmsSendHandler(ChinaMobileSmsProperties chinaMobileSmsProperties) 构造移动云发送处理- 参数:
chinaMobileSmsProperties- 配置对象- 返回:
- 移动云发送处理
-