Skip to content

Commit 6dac79b

Browse files
committed
chore: 한국시간 동기화
1 parent c0d3c2e commit 6dac79b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

backend/src/main/resources/application.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ spring:
44
profiles:
55
active: dev
66
include: secret
7+
jackson:
8+
time-zone: Asia/Seoul
79
output:
810
ansi:
911
enabled: always
@@ -14,6 +16,8 @@ spring:
1416
format_sql: true
1517
use_sql_comments: true
1618
default_batch_fetch_size: 100
19+
jdbc:
20+
time_zone: Asia/Seoul
1721
hibernate:
1822
ddl-auto: update
1923
show-sql: true

0 commit comments

Comments
 (0)