From dd31344105e9d5762d78ad064e439fa0fa65c555 Mon Sep 17 00:00:00 2001 From: Miseong Kim Date: Tue, 5 Nov 2024 03:52:53 +0900 Subject: [PATCH] =?UTF-8?q?[Feature/548]=20OSIV=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=EC=9D=84=20=EB=B3=80=EA=B2=BD=ED=95=9C=EB=8B=A4=20(#549)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/resources/application-dev.yml b/app/src/main/resources/application-dev.yml index a8feb07..432cdcc 100644 --- a/app/src/main/resources/application-dev.yml +++ b/app/src/main/resources/application-dev.yml @@ -8,7 +8,7 @@ spring: hibernate: jdbc: time_zone: Asia/Seoul - open-in-view: false + open-in-view: true datasource: url: jdbc:mysql://mysql:3306/${DB_DATABASE}?allowPublicKeyRetrieval=true&useSSL=false&useUnicode=true&characterEncoding=utf8