From 611dd11926708f649c8b919c9958c747af74b8a7 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Sun, 4 Feb 2024 09:19:16 +0800 Subject: [PATCH] =?UTF-8?q?2024-02-04=20=E8=AE=BE=E5=A4=87=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E6=8F=90=E4=BA=A42?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 02b0a3c..e2d349d 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -37,3 +37,11 @@ spring: #文件的存放的路径 sys-file: file-path: 'D:\jt-file' #不可以放入中文字符 + oss-url: 'http://192.168.1.159:8901/' + + +#--------------------------------------------定时器任务参数------------------------------------------------- +task: + data: + site: 1 #事业部 + eamWorkPlanTime: 0 0 0 * * ? #点检、维保计划自动生成,每天0点执行 \ No newline at end of file