Showing
1 changed file
with
0 additions
and
2 deletions
... | ... | @@ -473,9 +473,7 @@ spring: |
473 | 473 | enabled: "true" |
474 | 474 | jpa: |
475 | 475 | open-in-view: "false" |
476 | - show-sql: "true" | |
477 | 476 | hibernate: |
478 | - format_sql: "true" | |
479 | 477 | ddl-auto: "none" |
480 | 478 | database-platform: "${SPRING_JPA_DATABASE_PLATFORM:org.hibernate.dialect.PostgreSQLDialect}" |
481 | 479 | datasource: | ... | ... |