We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a6b79 commit 72416f5Copy full SHA for 72416f5
1 file changed
backend/src/main/resources/application.properties
@@ -10,8 +10,8 @@ spring.datasource.driver-class-name=org.postgresql.Driver
10
11
# Hibernate auto schema update
12
spring.jpa.hibernate.ddl-auto=update
13
-spring.jpa.show-sql=true
14
-spring.jpa.properties.hibernate.format_sql=true
+spring.jpa.show-sql=false
+spring.jpa.properties.hibernate.format_sql=false
15
16
# flyway
17
spring.flyway.enabled=true
0 commit comments