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