We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c73136 + 6fd3d4f commit 7d0b5bfCopy full SHA for 7d0b5bf
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