This commit is contained in:
dean
2026-03-31 17:15:45 +09:00
parent 5e04df73af
commit 822dbb252f

View File

@@ -26,15 +26,6 @@ public class UploadService {
private final UploadSessionCoreService uploadSessionCoreService;
@Value("${file.sync-root-dir}")
private String syncRootDir;
@Value("${file.sync-tmp-dir}")
private String syncTmpDir;
@Value("${file.sync-file-extention}")
private String syncFileExtention;
@Value("${file.dataset-dir}")
private String datasetDir;