From 10e4c660e4011c3606894a5256ce4dd92a829f4a Mon Sep 17 00:00:00 2001 From: minkyu1128 Date: Mon, 16 May 2022 12:13:37 +0900 Subject: [PATCH] =?UTF-8?q?sql=20log=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index fe6e834..567b31a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -47,8 +47,9 @@ spring: format_sql: true hibernate: # create / create-drop / update / validate / none - ddl-auto: update + ddl-auto: none open-in-view: true + show-sql: true # =====================================================