From 45199d8aba4907c562d539df78e5a5e998238349 Mon Sep 17 00:00:00 2001 From: 13332247026 <13332247026@qq.com> Date: Wed, 25 Mar 2026 16:03:58 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/main/resources/applica?= =?UTF-8?q?tion.yml?= 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 1b58ef1..260506b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -19,7 +19,7 @@ spring: init: mode: always schema-locations: classpath:sql/init.sql - # data-locations: classpath:sql/data.sql + data-locations: classpath:sql/data.sql # Redis配置 - 环境变量注入 redis: