From d4212be4f036c5972e192a93e9a7f3a2e3bb2535 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 28 九月 2024 15:26:39 +0800
Subject: [PATCH] 加入logback配置

---
 collect/src/main/resources/application-dev.yml |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/collect/src/main/resources/application-dev.yml b/collect/src/main/resources/application-dev.yml
index c48defd..d326144 100644
--- a/collect/src/main/resources/application-dev.yml
+++ b/collect/src/main/resources/application-dev.yml
@@ -17,7 +17,7 @@
   cleansession: false #MQTT-鏄惁娓呯悊session
   #MQTT-褰撳墠瀹㈡埛绔殑鍞竴鏍囪瘑
   clientid: mqtt_publish
-  default_topic: 娴嬭瘯 #褰撳墠瀹㈡埛绔殑榛樿涓婚(澶у鏁版椂鍊欐病浠�涔堢敤)
+  default_topic: TEST #褰撳墠瀹㈡埛绔殑榛樿涓婚(澶у鏁版椂鍊欐病浠�涔堢敤)
   #鍙戦�佽秴鏃舵椂闂�
   mqtt.timeout: 1000
   #蹇冭烦鏃堕棿
@@ -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