minio存储文件方式修改为local存储。
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user