From 3a34e048ee09701192342fbc7479512bd85c0337 Mon Sep 17 00:00:00 2001 From: GaBaljaintheroom Date: Sun, 8 Sep 2024 15:06:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=20generate-ddl=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=B7=A8=EC=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common-domain/src/main/resources/application-domain-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/domain/common-domain/src/main/resources/application-domain-dev.yml b/app/domain/common-domain/src/main/resources/application-domain-dev.yml index b8522858..fc38c17b 100644 --- a/app/domain/common-domain/src/main/resources/application-domain-dev.yml +++ b/app/domain/common-domain/src/main/resources/application-domain-dev.yml @@ -4,7 +4,7 @@ spring: ddl-auto: none show-sql: true open-in-view: false - generate-ddl: true + generate-ddl: false defer-datasource-initialization: true properties: hibernate: