This commit is contained in:
2025-12-30 10:12:23 +09:00

View File

@@ -34,7 +34,7 @@ public class InferenceResultShpService {
public InferenceResultShpDto.FileCntDto createShpFile() { public InferenceResultShpDto.FileCntDto createShpFile() {
// TODO 파일 경로는 정해지면 수정, properties 사용 // TODO 파일 경로는 정해지면 수정, properties 사용
String baseDir = System.getProperty("user.home") + "/detect/result"; String baseDir = "/app/detect/result";
// TODO 배치 실행으로 변경 필요 // TODO 배치 실행으로 변경 필요
int batchSize = 100; int batchSize = 100;