From 15b22b135e4708da28a621112e43e1cfd1a3eee1 Mon Sep 17 00:00:00 2001 From: cy <1664593601@qq.com> Date: 星期四, 15 六月 2023 09:17:59 +0800 Subject: [PATCH] fix(quartz): 1.站点增加字段cpbdLoadDt 2.调整站点接口 --- src/main/resources/application.yml | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 83fe5b7..b338654 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -15,14 +15,6 @@ max-request-size: 200MB application: name: integrated-schedule - redis: - jedis: - pool: - max-active: 2000 - max-wait: -1 - max-idle: 10 - min-idle: 0 - timeout: 30000 #璧勬簮鏂囦欢鏄犲皠 resources: static-locations: classpath:/verifyImg/,file:${file.path} @@ -70,3 +62,6 @@ encryptor: password: EbfYkitulv73I2p0mXI50JMXoaxZTKJ0 +zyyt: + ipPort: http://10.225.71.10:9090 + -- Gitblit v1.9.1