From 114b9835bd1661c8c7119b2417098a4ebb6b2348 Mon Sep 17 00:00:00 2001 From: Choosla Date: Tue, 23 Sep 2025 17:37:03 +0900 Subject: [PATCH] =?UTF-8?q?#160=20chore(Config):=20=EC=84=9C=EB=B2=84=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e4c28ad..9630357 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -15,7 +15,7 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver #! TODO When Start Deploy must change this option 'create' to 'update' spring.jpa.hibernate.ddl-auto=update spring.jpa.defer-datasource-initialization=true -spring.sql.init.mode=always +#spring.sql.init.mode=always spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect spring.jpa.properties.hibernate.format_sql=true