@Configuration(proxyBeanMethods=false) @AutoConfigureAfter(value=pro.haichuang.framework.base.config.autoconfiguration.BaseAutoConfiguration.class) @EnableConfigurationProperties(value=ChuangLanSmsProperties.class) public class ChuangLanSmsAutoConfiguration extends Object
该类为 hc-sdk-chuanglansms SDK模块自动配置
使用该模块前须在 yaml 中配置相关参数, 配置参考 ChuangLanSmsProperties 中相关的属性
@Bean @Lazy @ConditionalOnMissingBean(value=ChuangLanSmsService.class) public ChuangLanSmsService chuangLanSmsService()
Copyright © 2021 HaiChuang Inc.. All rights reserved.