yangys
2024-03-28 13ada1093cb8de6e31a718d2222429ded70133c8
1
2
3
4
5
6
7
8
9
10
11
package com.qianwen.core.sms.config;
 
import com.qianwen.core.sms.props.SmsProperties;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
 
@EnableConfigurationProperties({SmsProperties.class})
@Configuration(proxyBeanMethods = false)
/* loaded from: blade-starter-sms-9.3.0.0-SNAPSHOT.jar:org/springblade/core/sms/config/SmsConfiguration.class */
public class SmsConfiguration {
}