🔧 xxl-job 执行器端口号默认9099

This commit is contained in:
付绪壮 2022-04-03 13:04:34 +08:00
parent ec40dc73cd
commit a543b61de5

View File

@ -28,9 +28,9 @@ public class XxlExecutorProperties {
private String ip;
/**
* 执行器端口号 [选填]小于等于0则自动获取默认端口为9999单机部署多个执行器时注意要配置不同执行器端口
* 执行器端口号 [选填]小于等于0则自动获取默认端口为9099单机部署多个执行器时注意要配置不同执行器端口
*/
private Integer port = 0;
private Integer port = 9099;
/**
* 执行器通讯TOKEN [选填]非空时启用