From b87a9b40a48a4413f325a40b5034f48df3bde5ae Mon Sep 17 00:00:00 2001
From: cjl <276999030@qq.com>
Date: Fri, 30 Jun 2023 16:38:04 +0800
Subject: [PATCH] 补充提交

---
 screen-job/src/main/resources/application-dev.yml |   30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/screen-job/src/main/resources/application-dev.yml b/screen-job/src/main/resources/application-dev.yml
index 5819e07..61fbed2 100644
--- a/screen-job/src/main/resources/application-dev.yml
+++ b/screen-job/src/main/resources/application-dev.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8082
+  port: 8083
   tomcat:
     uri-encoding: UTF-8
     #���������������
@@ -18,7 +18,7 @@
   application:
     name: screen-job
   redis:
-    host: r-bp1xdlb9wfc6zt0msp.redis.rds.aliyuncs.com
+    host: r-bp1hez4g7rkqjswpay1.redis.rds.aliyuncs.com
     port: 6379
     password: moral_123456
     timeout: 30000
@@ -35,7 +35,7 @@
         max-wait: 30000
         min-idle: 32
   tokenRedis:
-    host: r-bp1xdlb9wfc6zt0msp.redis.rds.aliyuncs.com
+    host: r-bp1hez4g7rkqjswpay1.redis.rds.aliyuncs.com
     port: 6379
     password: moral_123456
     timeout: 30000
@@ -79,7 +79,31 @@
     call-setters-on-nulls: true
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
+logging:
+  config: classpath:logback.xml
 
+xxl:
+  job:
+    admin:
+      # ���������������������������������������������������������������������������������������������������������������������������������"���������������������"���"������������������"
+      addresses: http://172.16.44.70:8090/xxl-job-admin
+
+    #���������������TOKEN������TOKEN���������������
+    accessToken:
+
+    #���������������,������������������
+    executor:
+      # ������������������������������������������������������������������������������������
+      #������������������"���������������������������������"���"���������������"���
+      #������������������������9999������������IP������������������������������IP������������������������������������IP������IP������������Host������������������������
+      #���������������������������������������������������������������������
+      appname: xxl-job-executor-sample-springboot
+      ip:
+      port: 9999
+      #���������������������������������������������������������������������������������������
+      logpath: /data/applogs/xxl-job/jobhandler
+      #������������������������������������������������������������������������������������������������������3���������������������-1���������������
+      logretentiondays: -1
 
 
 

--
Gitblit v1.8.0