Skip to content

Commit ae80c1a

Browse files
committed
2 parents 00c22e2 + 6dac79b commit ae80c1a

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)