Skip to content

Commit 72416f5

Browse files
committed
chore: update jpa show-sql
1 parent 01a6b79 commit 72416f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ spring.datasource.driver-class-name=org.postgresql.Driver
1010

1111
# Hibernate auto schema update
1212
spring.jpa.hibernate.ddl-auto=update
13-
spring.jpa.show-sql=true
14-
spring.jpa.properties.hibernate.format_sql=true
13+
spring.jpa.show-sql=false
14+
spring.jpa.properties.hibernate.format_sql=false
1515

1616
# flyway
1717
spring.flyway.enabled=true

0 commit comments

Comments
 (0)