2 Commits

Author SHA1 Message Date
c3287b0fde shp파일등록방법변경 2026-03-11 23:38:37 +09:00
e2a491c373 shp파일등록방법변경 2026-03-11 23:38:35 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ configurations.all {
}
bootJar {
archiveFileName = "shp-exporter.jar"
archiveFileName = "shp-exporter-v2.jar"
}
jar {

View File

@@ -2,6 +2,6 @@ spring:
application:
name: make-shapefile-service
profiles:
active: dev
active: prod
main:
web-application-type: none # Disable web server for CLI application