From e2a491c3730b46ab5c3df5d27eeaa024926a6373 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:38:35 +0900 Subject: [PATCH] =?UTF-8?q?shp=ED=8C=8C=EC=9D=BC=EB=93=B1=EB=A1=9D?= =?UTF-8?q?=EB=B0=A9=EB=B2=95=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shp-exporter/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shp-exporter/src/main/resources/application.yml b/shp-exporter/src/main/resources/application.yml index f4ae39c..d35f2e3 100755 --- a/shp-exporter/src/main/resources/application.yml +++ b/shp-exporter/src/main/resources/application.yml @@ -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