From 99d376f069d7803f68e103a1f260763723228927 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 08:12:26 +0900 Subject: [PATCH] hello --- 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 d35f2e3..f4ae39c 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: prod + active: dev main: web-application-type: none # Disable web server for CLI application