Merge branch 'Be/Board' into 'backend'

feat : timezone 변경

See merge request s11-webmobile1-sub2/S11P12A701!139
This commit is contained in:
김기창 2024-08-09 14:02:52 +09:00
commit 12c34005cd

View File

@ -23,7 +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 spring.jpa.properties.hibernate.jdbc.time_zone=Asia/Seoul
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}