From d7b7852d80b3db6e4afb0f2843143c1cca46f13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dean=5B=EB=B0=B1=EB=B3=91=EB=82=A8=5D?= Date: Wed, 11 Mar 2026 23:09:52 +0900 Subject: [PATCH] hello --- .../kamco/makesample/service/GeoServerRegistrationService.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shp-exporter/src/main/java/com/kamco/makesample/service/GeoServerRegistrationService.java b/shp-exporter/src/main/java/com/kamco/makesample/service/GeoServerRegistrationService.java index 16da0f7..28be6f5 100644 --- a/shp-exporter/src/main/java/com/kamco/makesample/service/GeoServerRegistrationService.java +++ b/shp-exporter/src/main/java/com/kamco/makesample/service/GeoServerRegistrationService.java @@ -258,7 +258,8 @@ public class GeoServerRegistrationService { } // Construct file:// URL (must point to .shp file, not .zip) - String fileUrl = "file://" + shpFilePath; + // String fileUrl = "file://" + shpFilePath; + String fileUrl = shpFilePath; log.info("Using file URL: {}", fileUrl); // GeoServer REST API endpoint for external file reference