Skip to content

Commit

Permalink
Update application-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junseokkim authored Feb 14, 2024
1 parent d36e886 commit d728a0e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ spring:
import: classpath:application.yml

jpa:
show-sql: true
show-sql: false
hibernate:
ddl-auto: update
properties:
hibernate:
format_sql: true
jdbc:
time_zone: Asia/Seoul
time_zone: Asia/Seoul

logging:
level:
org.springframework.web: ERROR

0 comments on commit d728a0e

Please sign in to comment.