feat : jpa 시간 변경

This commit is contained in:
yulmam 2024-08-09 13:44:38 +09:00
parent 4ef7d81198
commit a435fd4aca

View File

@ -23,6 +23,7 @@ spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.jpa.database=mysql spring.jpa.database=mysql
spring.jpa.hibernate.ddl-auto=update spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true spring.jpa.show-sql=true
spring.jpa.properties.hibernate.jdbc.time_zone=UTC
management.endpoints.web.exposure.include=health,info management.endpoints.web.exposure.include=health,info
management.endpoint.health.show-details=always management.endpoint.health.show-details=always
spring.rabbitmq.host=${RABBITMQ_HOST} spring.rabbitmq.host=${RABBITMQ_HOST}