Skip to content

Commit

Permalink
๐Ÿ”ง QueryDSL - JPQL ๋กœ๊น…์„ ์œ„ํ•œ ์„ค์ • ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
- sql debug (trace ํ™•์ธ)

Related to: #27
  • Loading branch information
jun108059 committed Feb 5, 2023
1 parent 82d22b4 commit 6e00610
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
spring:
config:
additional-location:
config/
config/

logging:
level:
org:
hibernate:
sql: debug
type: trace

0 comments on commit 6e00610

Please sign in to comment.