Skip to content

Commit

Permalink
fix: sql 포맷 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
acceptor-gyu committed May 7, 2024
1 parent a672cec commit 1808e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spring:
jpa:
properties:
hibernate:
show_sql: true
format_sql: true
show_sql: false
format_sql: false

0 comments on commit 1808e48

Please sign in to comment.