From ddadb2e03f3a7172169b521eea83526b42f6ebe3 Mon Sep 17 00:00:00 2001 From: Hojun Lee Date: Wed, 18 Dec 2024 15:49:21 +0900 Subject: [PATCH] Refactor show_sql --- storage/db-core/src/main/resources/db-core.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/storage/db-core/src/main/resources/db-core.yml b/storage/db-core/src/main/resources/db-core.yml index 8192538..8562f11 100644 --- a/storage/db-core/src/main/resources/db-core.yml +++ b/storage/db-core/src/main/resources/db-core.yml @@ -38,9 +38,8 @@ spring: jpa: properties: hibernate: - show_log: true format_sql: true - show-sql: true + show_sql: true storage: datasource: