From f9aceaf2fe44212801554bb7b410d9e8d960718d Mon Sep 17 00:00:00 2001 From: Choosla Date: Tue, 23 Sep 2025 16:23:56 +0900 Subject: [PATCH] =?UTF-8?q?#160=20chore(Database):=20application.propertie?= =?UTF-8?q?s=20=EC=84=A4=EC=A0=95=20init=20mode=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.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5642429..e4c28ad 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -15,6 +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.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect spring.jpa.properties.hibernate.format_sql=true