shp export 소스 추가

This commit is contained in:
2026-02-23 16:15:11 +09:00
parent 5c47d111b1
commit ee3f86f8ac
104 changed files with 3628 additions and 0 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
com.kamco.makesample.MakeSampleApplication

View File

@@ -0,0 +1,3 @@
spring:
application:
name: make-shapefile-service

View File

@@ -0,0 +1,12 @@
Manifest-Version: 1.0
Main-Class: org.springframework.boot.loader.launch.JarLauncher
Start-Class: com.kamco.makesample.MakeSampleApplication
Spring-Boot-Version: 3.5.7
Spring-Boot-Classes: BOOT-INF/classes/
Spring-Boot-Lib: BOOT-INF/lib/
Spring-Boot-Classpath-Index: BOOT-INF/classpath.idx
Spring-Boot-Layers-Index: BOOT-INF/layers.idx
Build-Jdk-Spec: 17
Implementation-Title: shp-exporter
Implementation-Version: 1.0.0

View File

@@ -0,0 +1 @@
1