Skip to content

Commit

Permalink
🔧 chore: 쿼리 로그 볼수있게 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
youngreal committed Sep 1, 2024
1 parent 16b8fb6 commit 6346762
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ spring:
jpa:
open-in-view: false
hibernate:
ddl-auto: create # local에서만 사용할거고, prod 환경과 분리 필요
ddl-auto: update # local에서만 사용할거고, prod 환경과 분리 필요
show-sql: true
properties:
hibernate:
format_sql: true

social-login:
provider:
Expand Down

0 comments on commit 6346762

Please sign in to comment.