Skip to content

Commit 4679590

Browse files
committed
chore: ddl-auto 변경
1 parent 92328cd commit 4679590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ spring.datasource.username=${DATABASE_USERNAME}
44
spring.datasource.password=${MYSQL_ROOT_PASSWORD}
55
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
66
spring.jpa.show-sql=true
7-
spring.jpa.hibernate.ddl-auto=create
7+
spring.jpa.hibernate.ddl-auto=update
88
spring.docker.compose.lifecycle-management=start-and-stop
99
logging.level.org.springframework.security=DEBUG
1010
spring.data.redis.host=${REDIS_HOST}

0 commit comments

Comments
 (0)