|
@@ -1,8 +1,6 @@
|
|
package org.dromara.common.sms.config;
|
|
package org.dromara.common.sms.config;
|
|
|
|
|
|
-import org.dromara.common.sms.config.properties.SmsProperties;
|
|
|
|
import org.springframework.boot.autoconfigure.AutoConfiguration;
|
|
import org.springframework.boot.autoconfigure.AutoConfiguration;
|
|
-import org.springframework.boot.context.properties.EnableConfigurationProperties;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
* 短信配置类
|
|
* 短信配置类
|
|
@@ -11,7 +9,7 @@ import org.springframework.boot.context.properties.EnableConfigurationProperties
|
|
* @version 4.2.0
|
|
* @version 4.2.0
|
|
*/
|
|
*/
|
|
@AutoConfiguration
|
|
@AutoConfiguration
|
|
-@EnableConfigurationProperties(SmsProperties.class)
|
|
|
|
|
|
+//@EnableConfigurationProperties(SmsProperties.class)
|
|
public class SmsConfig {
|
|
public class SmsConfig {
|
|
|
|
|
|
}
|
|
}
|