diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 1ed7270..943e868 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -23,7 +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 +spring.jpa.properties.hibernate.jdbc.time_zone=Asia/Seoul management.endpoints.web.exposure.include=health,info management.endpoint.health.show-details=always spring.rabbitmq.host=${RABBITMQ_HOST}