shp파일 바꾸는로직정리

This commit is contained in:
2026-03-12 07:31:54 +09:00
parent 5d417d85ff
commit 828a4c5dca
8 changed files with 88 additions and 16 deletions

View File

@@ -16,5 +16,7 @@ public class InferenceProperties {
private String batchUrl;
private String geojsonDir;
private String jarPath;
//0312
private String jarPathV2;
private String inferenceServerName;
}