From f692b9019b7d0e9907e0498b97d9af60546ca20a Mon Sep 17 00:00:00 2001 From: JeongHoon Lee Date: Thu, 15 May 2025 11:29:07 +0900 Subject: [PATCH] reset db --- src/main/resources/application-prod.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index c593eef..9351369 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -1,3 +1,3 @@ -spring.jpa.hibernate.ddl-auto=update +spring.jpa.hibernate.ddl-auto=create cookies.domain=.fontory.co.kr