Skip to content

Commit

Permalink
refactor: file store path
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyzyykk committed Jan 19, 2025
1 parent fac807b commit 6d54eff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

public class FileUtil {

public static final String folderBasePath = System.getProperty("user.dir") + "/" + "data";
public static final String folderBasePath = System.getProperty("user.dir") + "/" + "file";

/**
* 文件片合并
Expand Down

0 comments on commit 6d54eff

Please sign in to comment.