mirror of
https://gitee.com/dromara/sms4j.git
synced 2025-12-06 17:08:40 +08:00
适配sql配置文件,未完成
This commit is contained in:
parent
2308dca124
commit
5053c161d1
@ -52,4 +52,9 @@ public class SupplierConfig {
|
||||
protected JdCloudConfig jdCloudConfig(){
|
||||
return SupplierFactory.getJdCloudConfig();
|
||||
}
|
||||
|
||||
/** 为的是延后执行*/
|
||||
protected void init(){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,6 +9,8 @@ package org.dromara.sms.comm.enumerate;
|
||||
public enum ConfigType {
|
||||
/** 配置文件*/
|
||||
CONFIG_FILE("configFile"),
|
||||
/** setting配置文件*/
|
||||
SETTINGS_FILE("settingsFile"),
|
||||
|
||||
/** 数据库配置*/
|
||||
SQL_CONFIG("sqlConfig"),
|
||||
|
||||
@ -19,6 +19,4 @@ public class HuaweiConfig {
|
||||
private String statusCallBack;
|
||||
/** APP接入地址*/
|
||||
private String url;
|
||||
/** 是否打印http请求日志*/
|
||||
private Boolean httpLog = false;
|
||||
}
|
||||
|
||||
@ -24,8 +24,4 @@ public class YunpianConfig {
|
||||
*/
|
||||
private String templateName;
|
||||
|
||||
/**
|
||||
* 是否打印http请求日志
|
||||
*/
|
||||
private Boolean httpLog = false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user