From c6bec32590c41709c413516591749d021b62a3fa Mon Sep 17 00:00:00 2001 From: khoon9 Date: Wed, 20 Dec 2023 08:26:45 +0900 Subject: [PATCH] =?UTF-8?q?Chore:=20#15=20ddl=20update=20=EB=A1=9C=20?= =?UTF-8?q?=EC=A0=84=ED=99=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index f55b294..45d3bf5 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -16,7 +16,7 @@ spring: jpa: defer-datasource-initialization: true # for dev - hibernate.ddl-auto: create + hibernate.ddl-auto: update show-sql: true properties: hibernate.format_sql: true