From 1267da9a376a8e42dbae5e90434d08caa005336c Mon Sep 17 00:00:00 2001 From: GaBaljaintheroom Date: Mon, 23 Dec 2024 23:44:48 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20timestamp=20=ED=99=95=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-domain-prod.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/domain/common-domain/src/main/resources/application-domain-prod.yml b/app/domain/common-domain/src/main/resources/application-domain-prod.yml index 4b2dfb1d..d30f8ff8 100644 --- a/app/domain/common-domain/src/main/resources/application-domain-prod.yml +++ b/app/domain/common-domain/src/main/resources/application-domain-prod.yml @@ -1,11 +1,10 @@ spring: jpa: + properties: + hibernate.jdbc.time_zone: Asia/Seoul hibernate: ddl-auto: none show-sql: true - properties: - jdbc: - time_zone: Asia/Seoul datasource: url: ${APPLICATION_DATASOURCE_URL_PROD} username: ${APPLICATION_DATASOURCE_USERNAME_PROD}