From a33c33d48c2c16995130b825355b6883be4eb159 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期一, 02 九月 2024 15:26:41 +0800 Subject: [PATCH] 加入定时任务,启动时打固定点 ,并且加入工位数据缓存 --- collect/src/main/resources/application-dev.yml | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/collect/src/main/resources/application-dev.yml b/collect/src/main/resources/application-dev.yml index f5e016a..487b9e7 100644 --- a/collect/src/main/resources/application-dev.yml +++ b/collect/src/main/resources/application-dev.yml @@ -49,3 +49,19 @@ username: root password: root +xxl: + job: + admin: + ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02" + addresses: http://127.0.0.1:8080/xxl-job-admin + ### xxl-job executor address + executor: + appname: qwmdc-collect + ip: + port: 38801 + ### xxl-job log path + logpath: /qwlogs/xxl-job/jobhandler + ### xxl-job log remain days + logretentiondays: 7 + ### xxl-job, access token + accessToken: \ No newline at end of file -- Gitblit v1.9.3