From fd15a1a3736723452beb0387186b937dfa17b19d Mon Sep 17 00:00:00 2001 From: zch Date: Mon, 18 Nov 2024 16:05:29 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=BB=9F=E4=B8=80=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=B7=AF=E5=BE=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 profile 和 myPath 路径统一配置为 D:/智慧热电监控平台/uploadPath - 优化文件路径设置,提高系统配置的一致性和可维护性 --- ruoyi-admin/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 68f19aa..f49e5a1 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -7,8 +7,8 @@ ruoyi: # 版权年份 copyrightYear: 2024 # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) - profile: E:/SaiLun/uploadPath - myPath: D:/智慧热电监控平台 + profile: D:/智慧热电监控平台/uploadPath + myPath: D:/智慧热电监控平台/uploadPath # 获取ip地址开关 addressEnabled: false # 验证码类型 math 数字计算 char 字符验证