From bdefe96ddfd7df9a6996065669a23e6391d5e006 Mon Sep 17 00:00:00 2001 From: hyeonjichoi21 Date: Fri, 27 Jun 2025 17:27:51 +0900 Subject: [PATCH] auto:create -> update --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b72bdc1..39f4e08 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -24,7 +24,7 @@ spring: generate_ddl: true use_sql_comments: true hbm2ddl: - auto: create + auto: update default_batch_fetch_size: 1000 database: mysql