From 301dcfbf85a4d5464939916cb5e5d568e3fff930 Mon Sep 17 00:00:00 2001 From: bjkim Date: Wed, 22 Oct 2025 18:58:15 +0900 Subject: [PATCH] =?UTF-8?q?[MODIFY]=20application-local.properties?= =?UTF-8?q?=EC=9D=98=20spring.sql.init.mode=20=EC=84=A4=EC=A0=95=20never?= =?UTF-8?q?=EB=A1=9C=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-local.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-local.properties b/src/main/resources/application-local.properties index 95bb257..a6c6999 100644 --- a/src/main/resources/application-local.properties +++ b/src/main/resources/application-local.properties @@ -6,4 +6,4 @@ springdoc.swagger-ui.disable-swagger-default-url=true spring.jpa.hibernate.ddl-auto=none -spring.sql.init.mode=always +spring.sql.init.mode=never