@Configuration(proxyBeanMethods=false) @ConditionalOnJdSmsEnabled @EnableConfigurationProperties(value=JdSmsProperties.class) public class JdSmsConfiguration extends Object
Description: 京东云短信发送配置类
| 构造器和说明 |
|---|
JdSmsConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
JdSmsSendHandler |
jdCloudSmsSendHandler(JdSmsProperties jdSmsProperties)
构造京东云发送处理
|
void |
postConstruct() |
@PostConstruct public void postConstruct()
@Bean(name="JD") public JdSmsSendHandler jdCloudSmsSendHandler(JdSmsProperties jdSmsProperties)
jdSmsProperties - 配置对象Copyright © 2023 Dromara. All rights reserved.