|
@@ -25,7 +25,7 @@ public class XxlJobConfig {
|
|
|
private String appname;
|
|
private String appname;
|
|
|
@Value("${xxl.job.executor.ip:#{null}}")
|
|
@Value("${xxl.job.executor.ip:#{null}}")
|
|
|
private String ip;
|
|
private String ip;
|
|
|
- @Value("${xxl.job.executor.port:9999}")
|
|
|
|
|
|
|
+ @Value("${xxl.job.executor.port}")
|
|
|
private int port;
|
|
private int port;
|
|
|
@Value("${xxl.job.executor.logpath:#{null}}")
|
|
@Value("${xxl.job.executor.logpath:#{null}}")
|
|
|
private String logpath;
|
|
private String logpath;
|