From d193ff4ae644fa24ce9488bb898cebbeb8dcce40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dean=5B=EB=B0=B1=EB=B3=91=EB=82=A8=5D?= Date: Mon, 9 Mar 2026 10:00:56 +0900 Subject: [PATCH] commit --- 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