Skip to content

Commit

Permalink
Fix: time zone 한국시각에 맞춰서 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhacandy authored Aug 20, 2024
2 parents 10238c9 + a256f5a commit 0573aa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spring:
show-sql: true
properties:
hibernate:
jdbc:
time_zone: Asia/Seoul
format_sql: true
dialect: org.hibernate.dialect.MySQLDialect

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spring:
show-sql: true
properties:
hibernate:
jdbc:
time_zone: Asia/Seoul
format_sql: true
dialect: org.hibernate.dialect.MySQLDialect

Expand Down

0 comments on commit 0573aa1

Please sign in to comment.