From 82e16d9cacbc0eb008d55e8d67908a3dcd4d54f1 Mon Sep 17 00:00:00 2001 From: guo <1716967236@qq.com> Date: Mon, 2 Jun 2025 21:23:31 +0800 Subject: [PATCH] =?UTF-8?q?[xingyu.guo]=20feat:=20=E5=BC=80=E5=90=AFflyway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 681e6e1..b30f2ee 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -9,7 +9,7 @@ spring: password: flyway: # 是否启动 flyway - enabled: false + enabled: true # 文件编码 encoding: UTF-8 # SQL 脚本位置,默认位于 classpath 下的 db/migration 目录