From 83455446544f89b0663a3f520744331ad8259289 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期五, 02 二月 2024 17:49:43 +0800 Subject: [PATCH] 1. 新增导入静安监测数据功能模块 --- src/main/resources/application-test.yml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 373ebee..f9faddd 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -17,4 +17,5 @@ v2: enabled: true - +imgPath: D:/02product/10underway/images/ +filePath: D:/02product/10underway/files/ \ No newline at end of file -- Gitblit v1.9.3