From 17262e293a4618e3b0d0ba4fff4586e04dae0566 Mon Sep 17 00:00:00 2001 From: Eunjin Kim Date: Tue, 6 Feb 2024 06:43:51 +0900 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20CI/CD:=20application.?= =?UTF-8?q?yml=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 08c6fe6a..ff2a4ee4 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -30,7 +30,7 @@ spring: jpa: hibernate: - ddl-auto: update + ddl-auto: create properties: dialect: org.hibernate.dialect.MySQL8InnoDBDialect hibernate: