From 17a2b4a88398b69cbc8e859b3798f00763916510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szrnka?= Date: Tue, 17 Oct 2023 08:52:59 +0200 Subject: [PATCH] Application property fixes --- code/gms-backend/src/main/resources/application-db.properties | 1 - code/gms-backend/src/test/resources/application.properties | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/code/gms-backend/src/main/resources/application-db.properties b/code/gms-backend/src/main/resources/application-db.properties index d6e4886d..e69de29b 100644 --- a/code/gms-backend/src/main/resources/application-db.properties +++ b/code/gms-backend/src/main/resources/application-db.properties @@ -1 +0,0 @@ -config.auth.type=db \ No newline at end of file diff --git a/code/gms-backend/src/test/resources/application.properties b/code/gms-backend/src/test/resources/application.properties index 9ffc84f5..7f1cd1b2 100644 --- a/code/gms-backend/src/test/resources/application.properties +++ b/code/gms-backend/src/test/resources/application.properties @@ -7,7 +7,7 @@ spring.flyway.enabled=false config.cookie.secure=false # DB -spring.jpa.show-sql=true +spring.jpa.show-sql=false spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE;DATABASE_TO_UPPER=false;NON_KEYWORDS=value spring.datasource.username=sa spring.datasource.password=password