From d84877801cc4471269a6794a770ea5dc7ea86b15 Mon Sep 17 00:00:00 2001 From: JeongHoon Lee Date: Wed, 24 Jul 2024 19:20:04 +0900 Subject: [PATCH] Update application.properties ddl-auto update to create --- src/test/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 07a78ad5..536a605f 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -10,8 +10,8 @@ spring.datasource.password=testPW # spring jpa spring.jpa.database=mysql spring.jpa.show-sql=true -spring.jpa.hibernate.ddl-auto=update +spring.jpa.hibernate.ddl-auto=create spring.jpa.properties.hibernate.format_sql=true -commit.hash=local \ No newline at end of file +commit.hash=local