We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd02478 + 6707be8 commit 9c73136Copy full SHA for 9c73136
1 file changed
src/main/resources/application.yml
@@ -10,7 +10,7 @@ spring:
10
properties:
11
hibernate:
12
# show_sql: true
13
-# format_sql: true
+ format_sql: true
14
default_batch_fetch_size: 1000
15
data:
16
- secret
@@ -25,4 +25,4 @@ springdoc:
25
26
logging.level:
27
org.hibernate.SQL: debug
28
-# org.hibernate.orm.jdbc.bind: trace
+ org.hibernate.orm.jdbc.bind: trace
0 commit comments