From bff48e0801af8d8bdc8d73dce2a7b007e8af4235 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Tue, 23 Jan 2024 17:06:54 +0800
Subject: [PATCH] 添加网格员报错

---
 src/main/resources/application-test.yml |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index e3fe180..778289b 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -38,3 +38,18 @@
     remote-mode: true
     upload-domain: http://localhost:8999
     remote-path: /usr/share/nginx/html
+
+# xxl-job
+xxl:
+  job:
+    accessToken: ''
+    admin:
+      addresses: http://192.168.1.50:7009/xxl-job-admin
+    executor:
+      appname: blade-xxljob
+      ip: 127.0.0.1
+      logpath: ../data/applogs/xxl-job/jobhandler
+      logretentiondays: -1
+      port: 7018
+      address:
+  enabled: false

--
Gitblit v1.9.3