From 1d46263735f8c5108bb0979c603c25db7f400e09 Mon Sep 17 00:00:00 2001 From: kimre Date: Fri, 17 Jun 2022 17:14:16 +0900 Subject: [PATCH] =?UTF-8?q?DB=20=EC=A0=91=EC=86=8D=20URL=20=EB=B3=80?= =?UTF-8?q?=EC=88=98=EB=AA=85=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.yml | 4 ++-- src/main/resources/application-stg.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 8b96a5f..a4cfc6e 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -1,7 +1,7 @@ spring: datasource-db1: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://dev-msghubez-db.cluster-chhh2ppdeksu.ap-northeast-2.rds.amazonaws.com:3306?serverTimezone=UTC&characterEncoding=UTF-8 + jdbc-url: jdbc:mysql://dev-msghubez-db.cluster-chhh2ppdeksu.ap-northeast-2.rds.amazonaws.com:3306?serverTimezone=UTC&characterEncoding=UTF-8 username: hubez_admin password: ENC(KujgLXvYG1ZD0bT9ec6I3Ld/xV25JmyX) hikari: @@ -15,7 +15,7 @@ spring: max-lifetime: 1800000 datasource-db2: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://dev-msghubez-db.cluster-chhh2ppdeksu.ap-northeast-2.rds.amazonaws.com:3306?serverTimezone=UTC&characterEncoding=UTF-8 + jdbc-url: jdbc:mysql://dev-msghubez-db.cluster-chhh2ppdeksu.ap-northeast-2.rds.amazonaws.com:3306?serverTimezone=UTC&characterEncoding=UTF-8 username: hubez_admin password: ENC(KujgLXvYG1ZD0bT9ec6I3Ld/xV25JmyX) hikari: diff --git a/src/main/resources/application-stg.yml b/src/main/resources/application-stg.yml index f0a32d4..e022a6a 100644 --- a/src/main/resources/application-stg.yml +++ b/src/main/resources/application-stg.yml @@ -1,7 +1,7 @@ spring: datasource-db1: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://stg-msghubez-db.cluster-chhh2ppdeksu.ap-northeast-2.rds.amazonaws.com:3306?serverTimezone=UTC&characterEncoding=UTF-8 + jdbc-url: jdbc:mysql://stg-msghubez-db.cluster-chhh2ppdeksu.ap-northeast-2.rds.amazonaws.com:3306?serverTimezone=UTC&characterEncoding=UTF-8 username: hubez_admin password: ENC(KujgLXvYG1ZD0bT9ec6I3Ld/xV25JmyX) hikari: @@ -15,7 +15,7 @@ spring: max-lifetime: 1800000 datasource-db2: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://stg-msghubez-db.cluster-chhh2ppdeksu.ap-northeast-2.rds.amazonaws.com:3306?serverTimezone=UTC&characterEncoding=UTF-8 + jdbc-url: jdbc:mysql://stg-msghubez-db.cluster-chhh2ppdeksu.ap-northeast-2.rds.amazonaws.com:3306?serverTimezone=UTC&characterEncoding=UTF-8 username: hubez_admin password: ENC(KujgLXvYG1ZD0bT9ec6I3Ld/xV25JmyX) hikari: