From 21b1e4b3ba90a0b3a78ef363b560f6956648d943 Mon Sep 17 00:00:00 2001 From: kbeyro <121854496+kbeyro@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:01:09 +0200 Subject: [PATCH] reverse sql --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 61b016016..de4403d1a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -60,8 +60,8 @@ db.standalone.username=nmaas db.standalone.password=nmaas # Common spring.h2.console.enabled=true -spring.jpa.properties.hibernate.show_sql=true -spring.jpa.properties.hibernate.format_sql=true +spring.jpa.properties.hibernate.show_sql=false +spring.jpa.properties.hibernate.format_sql=false spring.jpa.properties.hibernate.connection.autocommit=false spring.jpa.hibernate.ddl-auto=create-drop spring.jpa.show-sql=true -- GitLab