@Configuration(proxyBeanMethods=false) @ConditionalOnNeteaseSmsEnabled @EnableConfigurationProperties(value=NeteaseSmsProperties.class) public class NeteaseSmsConfiguration extends Object
Description: 网易短信发送配置类
| 构造器和说明 |
|---|
NeteaseSmsConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
NeteaseSmsSendHandler |
neteaseCloudSmsSendHandler(NeteaseSmsProperties neteaseSmsProperties)
构造网易云信发送处理
|
void |
postConstruct() |
@PostConstruct public void postConstruct()
@Bean(name="NETEASE") public NeteaseSmsSendHandler neteaseCloudSmsSendHandler(NeteaseSmsProperties neteaseSmsProperties)
neteaseSmsProperties - 配置对象Copyright © 2023 Dromara. All rights reserved.