From a435fd4aca3add44e0a81924ba36ecd16897e5e4 Mon Sep 17 00:00:00 2001 From: yulmam <70622601+yulmam@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:44:38 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20jpa=20=EC=8B=9C=EA=B0=84=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index d46f4df..1ed7270 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -23,6 +23,7 @@ spring.mvc.pathmatch.matching-strategy=ant_path_matcher spring.jpa.database=mysql spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true +spring.jpa.properties.hibernate.jdbc.time_zone=UTC management.endpoints.web.exposure.include=health,info management.endpoint.health.show-details=always spring.rabbitmq.host=${RABBITMQ_HOST}