From 44289f5713a89539246ea8642f8a69fb20fcbe21 Mon Sep 17 00:00:00 2001 From: nanna29 Date: Sun, 28 Jul 2024 20:52:14 +0900 Subject: [PATCH] fix: application properties --- src/test/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 536a605f..a1ae73a9 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -10,7 +10,7 @@ spring.datasource.password=testPW # spring jpa spring.jpa.database=mysql spring.jpa.show-sql=true -spring.jpa.hibernate.ddl-auto=create +spring.jpa.hibernate.ddl-auto=create-drop spring.jpa.properties.hibernate.format_sql=true