mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 优化 sms组件 预留自动配置类
This commit is contained in:
		@@ -3,13 +3,12 @@ package org.dromara.common.sms.config;
 | 
			
		||||
import org.springframework.boot.autoconfigure.AutoConfiguration;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 短信配置类
 | 
			
		||||
 * 短信配置类(暂时没用 预留扩展)
 | 
			
		||||
 *
 | 
			
		||||
 * @author Lion Li
 | 
			
		||||
 * @version 4.2.0
 | 
			
		||||
 */
 | 
			
		||||
@AutoConfiguration
 | 
			
		||||
//@EnableConfigurationProperties(SmsProperties.class)
 | 
			
		||||
public class SmsConfig {
 | 
			
		||||
public class SmsAutoConfiguration {
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,19 +0,0 @@
 | 
			
		||||
//package org.dromara.common.sms.config.properties;
 | 
			
		||||
//
 | 
			
		||||
//import lombok.Data;
 | 
			
		||||
//import org.springframework.boot.context.properties.ConfigurationProperties;
 | 
			
		||||
//
 | 
			
		||||
///**
 | 
			
		||||
// * SMS短信 配置属性
 | 
			
		||||
// *
 | 
			
		||||
// * @author Lion Li
 | 
			
		||||
// * @version 4.2.0
 | 
			
		||||
// */
 | 
			
		||||
//@Data
 | 
			
		||||
//@ConfigurationProperties(prefix = "sms")
 | 
			
		||||
//public class SmsProperties {
 | 
			
		||||
//
 | 
			
		||||
//    private Boolean enabled;
 | 
			
		||||
//
 | 
			
		||||
//
 | 
			
		||||
//}
 | 
			
		||||
		Reference in New Issue
	
	Block a user