From 6a71fca9340f06795dd8a00f801c498b4314d694 Mon Sep 17 00:00:00 2001 From: alsdl0629 Date: Sat, 3 Feb 2024 14:51:30 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20(develop)=20DB=5FNAME=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dms-infrastructure/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dms-infrastructure/src/main/resources/application.yml b/dms-infrastructure/src/main/resources/application.yml index 288fbaa05..2c4bf1120 100644 --- a/dms-infrastructure/src/main/resources/application.yml +++ b/dms-infrastructure/src/main/resources/application.yml @@ -7,7 +7,7 @@ spring: timeout-per-shutdown-phase: "60s" datasource: - url: jdbc:mysql://${MYSQL_HOST:localhost}:${DB_PORT:3306}/${DB_NAME:dms}?useSSL=false&characterEncoding=UTF-8&serverTimezone=Asia/Seoul&allowPublicKeyRetrieval=true&tinyInt1isBit=false&rewriteBatchedStatements=true + url: jdbc:mysql://${MYSQL_HOST:localhost}:${DB_PORT:3306}/${DB_NAME:stag_dms}?useSSL=false&characterEncoding=UTF-8&serverTimezone=Asia/Seoul&allowPublicKeyRetrieval=true&tinyInt1isBit=false&rewriteBatchedStatements=true username: ${MYSQL_USERNAME:root} password: ${MYSQL_PASSWORD:11111111} driver-class-name: com.mysql.cj.jdbc.Driver