We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0ae559 + 9db2c1a commit d222f23Copy full SHA for d222f23
1 file changed
src/main/resources/application.yml
@@ -13,10 +13,10 @@ spring:
13
ddl-auto: update
14
naming:
15
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
16
- show-sql: true
+ show-sql: false
17
properties:
18
hibernate:
19
- format_sql: true
+ format_sql: false
20
dialect: org.hibernate.dialect.MySQL8InnoDBDialect
21
defer-datasource-initialization: true
22
sql:
@@ -54,7 +54,7 @@ spring:
54
55
logging:
56
level:
57
- org.hibernate.SQL: debug
+ org.hibernate.SQL: off
58
# org.elasticsearch.client: TRACE
59
60
jwt:
0 commit comments