From 3b43714416905a02687a409954bb92d94296cfb0 Mon Sep 17 00:00:00 2001 From: pandoli365 Date: Sun, 3 May 2026 22:28:42 +0900 Subject: [PATCH] =?UTF-8?q?DB=20=EC=97=B0=EA=B2=B0=20=EB=B6=88=EA=B0=80=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=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-dev.properties | 1 + src/main/resources/application-live.properties | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/main/resources/application-dev.properties create mode 100644 src/main/resources/application-live.properties diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties new file mode 100644 index 0000000..3a39fc9 --- /dev/null +++ b/src/main/resources/application-dev.properties @@ -0,0 +1 @@ +spring.config.import=classpath:dev/db.properties diff --git a/src/main/resources/application-live.properties b/src/main/resources/application-live.properties new file mode 100644 index 0000000..582ec83 --- /dev/null +++ b/src/main/resources/application-live.properties @@ -0,0 +1 @@ +spring.config.import=classpath:live/db.properties