From 1a3f6d1350e4d85eb37aa8bc5924e12c96078e2c Mon Sep 17 00:00:00 2001 From: pricelees Date: Sun, 10 Aug 2025 14:35:00 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20deploy=20=ED=94=84=EB=A1=9C?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=EC=97=90=EC=84=9C=EC=9D=98=20sql.init.mode?= =?UTF-8?q?=20never=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-deploy.yaml b/src/main/resources/application-deploy.yaml index c57acd55..d63b7cd6 100644 --- a/src/main/resources/application-deploy.yaml +++ b/src/main/resources/application-deploy.yaml @@ -4,7 +4,7 @@ server: spring: sql: init: - schema-locations: classpath:schema/schema-mysql.sql + mode: never jpa: defer-datasource-initialization: false hibernate: