From 73f9df0b274facc9123c9da2d382914e879d1289 Mon Sep 17 00:00:00 2001 From: hyeonda02 Date: Mon, 19 Aug 2024 15:49:25 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20:=20application.yml=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4ba3d38..f3d83b3 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,7 @@ spring: profiles: - active: ${spring.profiles.active} + active: dev +# active: ${spring.profiles.active} api: server: