From 93e2b2567d229c798fa8be7129c52e8663f7ae8d Mon Sep 17 00:00:00 2001 From: teddy Date: Wed, 12 Nov 2025 13:24:59 +0900 Subject: [PATCH] =?UTF-8?q?application=20=EC=84=A4=EC=A0=95=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 43b06d97..bb02a4e3 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,8 @@ spring: application: name: kamco-back + profiles: + default: local server: port: 8080