파일조회 수정

This commit is contained in:
Moon
2025-12-18 18:25:35 +09:00
parent f2ee64242d
commit 92f379d21b
3 changed files with 43 additions and 10 deletions

View File

@@ -17,4 +17,6 @@ public class FileConfig {
private String rootSyncDir = "/app/original-images/";
private String tmpSyncDir = rootSyncDir+"tmp/";
private String syncFileExt = "tfw,tif";
}