From 701e3c9cf633f8e1e2279b3cea8402ff3af1154a Mon Sep 17 00:00:00 2001 From: CodeSteak Date: Mon, 29 Jun 2020 09:47:38 +0200 Subject: [PATCH] remove sql debug output. Closes #125 --- web_backend/src/main/resources/application.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/web_backend/src/main/resources/application.properties b/web_backend/src/main/resources/application.properties index 0b43f33..4fd1a7b 100644 --- a/web_backend/src/main/resources/application.properties +++ b/web_backend/src/main/resources/application.properties @@ -7,7 +7,6 @@ spring.datasource.url=jdbc:sqlite:./e-commerce.db spring.datasource.driverClassName=org.sqlite.JDBC spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.SQLiteDialect spring.jpa.hibernate.ddl-auto=update -spring.jpa.show-sql=true # Session #spring.session.store-type=jdbc #spring.session.jdbc.initialize-schema=always