minio存储文件方式修改为local存储。

This commit is contained in:
wangzhijiang
2024-03-19 14:34:47 +08:00
parent 4f334b1961
commit f1ab8f1db2
8 changed files with 220 additions and 49 deletions
@@ -164,7 +164,7 @@ public class CommonUtils {
if (dbpath.contains("\\")) {
dbpath = dbpath.replace("\\", "/");
}
return dbpath;
return savePath;
} catch (IOException e) {
log.error(e.getMessage(), e);
} catch (Exception e) {