Browse Source

Merge branch 'xxljob' of wangfan/adweb3-server into master

wangfan 5 months ago
parent
commit
0c7868b00c

+ 2 - 1
jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml

@@ -264,7 +264,8 @@ jeecg:
     ## 执行器IP [选填]:默认为空表示自动获取IP,多网卡时可手动设置指定IP
     ip:
     ## 执行器端口号 [选填]:小于等于0则自动获取;默认端口为9999
-    port: 24080
+    ## XxlJobConfiguration.xxlJobExecutor暂不支持配置
+    port: 9999
     logPath: logs/jeecg/job/jobhandler/
     logRetentionDays: 30
   #分布式锁配置

+ 2 - 1
jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml

@@ -265,7 +265,8 @@ jeecg:
     ## 执行器IP [选填]:默认为空表示自动获取IP,多网卡时可手动设置指定IP
     ip:
     ## 执行器端口号 [选填]:小于等于0则自动获取;默认端口为9999
-    port: 24080
+    ## XxlJobConfiguration.xxlJobExecutor暂不支持配置
+    port: 9999
     logPath: logs/jeecg/job/jobhandler/
     logRetentionDays: 30
   #分布式锁配置

+ 2 - 1
jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml

@@ -264,7 +264,8 @@ jeecg:
     ## 执行器IP [选填]:默认为空表示自动获取IP,多网卡时可手动设置指定IP
     ip:
     ## 执行器端口号 [选填]:小于等于0则自动获取;默认端口为9999
-    port: 24080
+    ## XxlJobConfiguration.xxlJobExecutor暂不支持配置
+    port: 9999
     logPath: logs/jeecg/job/jobhandler/
     logRetentionDays: 30  #分布式锁配置
   redisson: