shp 파일 생성 수정
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user