From 910131c0e5271f018c516480cfd926f8660d2dbb Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 04 九月 2024 10:22:10 +0800
Subject: [PATCH] 整理代码格式

---
 collect/src/main/resources/application-dev.yml |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/collect/src/main/resources/application-dev.yml b/collect/src/main/resources/application-dev.yml
index c48defd..487b9e7 100644
--- a/collect/src/main/resources/application-dev.yml
+++ b/collect/src/main/resources/application-dev.yml
@@ -43,9 +43,25 @@
 #iotdb 浠ュ強鍏秊dbc涓�璧烽厤缃�
 iotdb:
   driver: org.apache.iotdb.jdbc.IoTDBDriver
-  host: localhost
+  host: 127.0.0.1
   port: 6667
-  maxSize: 10  
+  maxSize: 300
   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