From aff5ffedf9ba45f8857a56d0fc94cc65a9f6c6eb Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Wed, 25 Jan 2023 12:43:21 +0100 Subject: [PATCH] Disabled sql output. --- .../src/main/resources/application-development.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gymboard-api/src/main/resources/application-development.properties b/gymboard-api/src/main/resources/application-development.properties index 8b80585..4aea7c8 100644 --- a/gymboard-api/src/main/resources/application-development.properties +++ b/gymboard-api/src/main/resources/application-development.properties @@ -4,4 +4,4 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/gymboard-api-dev spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect spring.jpa.hibernate.ddl-auto=update -spring.jpa.show-sql=true +spring.jpa.show-sql=false