修改配置文件;添加文件上传到Minio服务器

This commit is contained in:
zhangdongxu
2018-09-29 20:56:17 +08:00
parent 51e88c9239
commit bafa001514
7 changed files with 53 additions and 31 deletions

View File

@@ -203,5 +203,8 @@ public final class Constants {
* 样例文件存放目录
*/
public static final String MM_SAMPLE_DST_PATH = Configurations.getStringProperty("mmSampleDstPath", "/home/mesasoft/{tableType}/full/{fileName}");
/**
*是否使用Minio
*/
public static final Boolean IS_USE_MINIO = Configurations.getBooleanProperty("isUseMinio", true);
}