From f0a5a28345ed6764ac033a585f1e6b7cbcf8d102 Mon Sep 17 00:00:00 2001
From: cjl <276999030@qq.com>
Date: Wed, 27 Sep 2023 11:31:52 +0800
Subject: [PATCH] Merge branch 'wb' into qa
---
screen-job/src/main/resources/application-dev.yml | 45 ++++++++++++++++++++++++++++++++++++---------
1 files changed, 36 insertions(+), 9 deletions(-)
diff --git a/screen-job/src/main/resources/application-dev.yml b/screen-job/src/main/resources/application-dev.yml
index 5819e07..c04666a 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,9 +18,9 @@
application:
name: screen-job
redis:
- host: r-bp1xdlb9wfc6zt0msp.redis.rds.aliyuncs.com
+ host: r-bp1xdlb9wfc6zt0msp18.redis.rds.aliyuncs.com
port: 6379
- password: moral_123456
+ password: QxPcRedis_moarl_2320
timeout: 30000
jedis:
pool:
@@ -35,9 +35,9 @@
max-wait: 30000
min-idle: 32
tokenRedis:
- host: r-bp1xdlb9wfc6zt0msp.redis.rds.aliyuncs.com
+ host: r-bp1xdlb9wfc6zt0msp18.redis.rds.aliyuncs.com
port: 6379
- password: moral_123456
+ password: QxPcRedis_moarl_2320
timeout: 30000
database: 14
pool:
@@ -55,9 +55,9 @@
filters: stat
type: com.alibaba.druid.pool.DruidDataSource
max-wait: 60000
- url: jdbc:mysql://rm-bp1pr3rx9m3fnkwsk.mysql.rds.aliyuncs.com:3306/moral?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
- username: root
- password: moral_123456
+ url: jdbc:mysql://rm-bp1pr3rx9m3fnkwsk18.mysql.rds.aliyuncs.com:3306/moral?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+ username: moral_qx
+ password: QxPcRedis_moarl_2320
test-on-borrow: false
sql-script-encoding: utf-8
pool-prepared-statements: true
@@ -79,7 +79,34 @@
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
-
+result:
+ date:
+ changshu: P5DND7A0245358,P5DND7A0245364,P5DND7A0245413,P5DND7A0245355,P5DND7A0245416,P5DND7A0245426,P5DND7A0245398,P5DND7A0245441,P5DND7A0245429,P5DND7A0245435,P5DND7A0245372,P5DND7A0245397,P5DND7A0245415,P5DND7A0245411,P5DND7A0245407,P5DND7A0245418,P5DND7A0245430,P5DND7A0245493,P5DND7A0245414,P5DND7A0245366,P5DND7A0245442,P5DND7A0245386,P5DND7A0245431,P5DND7A0245394,P5DND7A0245380,P5DND7A0245420,P5DND7A0245440,P5DND7A0245432,P5DND7A0391974,P5DND7A0391989,P5DND7A0245481,P5DND7A0392001,P5DND7A0391991,P5DND7A0391978,P5DND7A0245499
--
Gitblit v1.8.0