shp 파일 생성 수정

This commit is contained in:
2026-01-16 18:22:56 +09:00
parent 74cbfb362c
commit 161e774860
3 changed files with 26 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ public class HelloApiController {
@GetMapping("/shp")
public void shp(
@Parameter(description = "jar 경로", example = "jar/makesample-1.0.0.jar") @RequestParam
@Parameter(description = "jar 경로", example = "jar/makeshp-1.0.0.jar") @RequestParam
String jarPath,
@Parameter(description = "batchIds", example = "252,253,257") @RequestParam String batchIds,
@Parameter(description = "32길이 문자열 값", example = "") @RequestParam(required = false)