From 1222c76ff85a70d1c4ce902960dcb18fdae2e2a6 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Thu, 25 Sep 2025 11:19:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0xxl-job=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9adminAddresses=E5=92=8C=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=B8=BAjeecg-boot-xxljob?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-docker.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-docker.yml index 765501a47..4dcf184c9 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-docker.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-docker.yml @@ -266,11 +266,11 @@ jeecg: #xxl-job配置 xxljob: enabled: false - adminAddresses: http://127.0.0.1:9080/xxl-job-admin + adminAddresses: http://jeecg-boot-xxljob:9080/xxl-job-admin appname: ${spring.application.name} accessToken: '' - address: 127.0.0.1:30007 - ip: 127.0.0.1 + address: jeecg-boot-xxljob:30007 + ip: jeecg-boot-xxljob port: 30007 logPath: logs/jeecg/job/jobhandler/ logRetentionDays: 30