From 78ba7ccba8638ffbadac77d5334b15e786ffa3f3 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Fri, 5 Mar 2021 17:02:49 +0800 Subject: [PATCH] =?UTF-8?q?system=E6=9C=8D=E5=8A=A1=E5=92=8Cdemo=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E6=9C=89=E5=8A=9E=E6=B3=95=E5=90=8C=E6=97=B6=E4=BD=BF?= =?UTF-8?q?=E7=94=A8xxl-job=E5=90=97=20#2313?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg/boot/starter/job/config/XxlJobConfiguration.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jeecg-boot/jeecg-boot-starter/jeecg-boot-starter-job/src/main/java/org/jeecg/boot/starter/job/config/XxlJobConfiguration.java b/jeecg-boot/jeecg-boot-starter/jeecg-boot-starter-job/src/main/java/org/jeecg/boot/starter/job/config/XxlJobConfiguration.java index 21d83318..8412e36c 100644 --- a/jeecg-boot/jeecg-boot-starter/jeecg-boot-starter-job/src/main/java/org/jeecg/boot/starter/job/config/XxlJobConfiguration.java +++ b/jeecg-boot/jeecg-boot-starter/jeecg-boot-starter-job/src/main/java/org/jeecg/boot/starter/job/config/XxlJobConfiguration.java @@ -33,8 +33,8 @@ public class XxlJobConfiguration { XxlJobSpringExecutor xxlJobSpringExecutor = new XxlJobSpringExecutor(); xxlJobSpringExecutor.setAdminAddresses(xxlJobProperties.getAdminAddresses()); xxlJobSpringExecutor.setAppname(xxlJobProperties.getAppname()); - xxlJobSpringExecutor.setIp(xxlJobProperties.getIp()); - xxlJobSpringExecutor.setPort(xxlJobProperties.getPort()); + //xxlJobSpringExecutor.setIp(xxlJobProperties.getIp()); + //xxlJobSpringExecutor.setPort(xxlJobProperties.getPort()); xxlJobSpringExecutor.setAccessToken(xxlJobProperties.getAccessToken()); xxlJobSpringExecutor.setLogPath(xxlJobProperties.getLogPath()); xxlJobSpringExecutor.setLogRetentionDays(xxlJobProperties.getLogRetentionDays()); -- GitLab