update 优化 sms组件 预留自动配置类
parent
0d43512d64
commit
6d2fb2c32b
@ -1,19 +0,0 @@
|
|||||||
package com.ruoyi.common.sms.config.properties;//package com.ruoyi.common.sms.config.properties;
|
|
||||||
//
|
|
||||||
//import lombok.Data;
|
|
||||||
//import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
||||||
//import org.springframework.stereotype.Component;
|
|
||||||
//
|
|
||||||
///**
|
|
||||||
// * SMS短信 配置属性
|
|
||||||
// *
|
|
||||||
// * @author Lion Li
|
|
||||||
// * @version 4.2.0
|
|
||||||
// */
|
|
||||||
//@Data
|
|
||||||
//@ConfigurationProperties(prefix = "sms")
|
|
||||||
//public class SmsProperties {
|
|
||||||
//
|
|
||||||
// private Boolean enabled;
|
|
||||||
//
|
|
||||||
//}
|
|
@ -1,15 +1,14 @@
|
|||||||
package com.ruoyi.common.sms.config;
|
package org.dromara.common.sms.config;
|
||||||
|
|
||||||
import org.springframework.boot.autoconfigure.AutoConfiguration;
|
import org.springframework.boot.autoconfigure.AutoConfiguration;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 短信配置类
|
* 短信配置类(暂时没用 预留扩展)
|
||||||
*
|
*
|
||||||
* @author Lion Li
|
* @author Lion Li
|
||||||
* @version 4.2.0
|
* @version 4.2.0
|
||||||
*/
|
*/
|
||||||
@AutoConfiguration
|
@AutoConfiguration
|
||||||
//@EnableConfigurationProperties(SmsProperties.class)
|
|
||||||
public class SmsAutoConfiguration {
|
public class SmsAutoConfiguration {
|
||||||
|
|
||||||
}
|
}
|
@ -1 +1 @@
|
|||||||
com.ruoyi.common.sms.config.SmsAutoConfiguration
|
org.dromara.common.sms.config.SmsAutoConfiguration
|
||||||
|
Loading…
Reference in New Issue