|
@@ -17,7 +17,7 @@ import javax.annotation.PostConstruct;
|
|
|
public class SchedulingConfig implements SchedulingConfigurer {
|
|
|
|
|
|
private int poolSize = 0;
|
|
|
- private boolean useGgitsTsinfoUrl = true;
|
|
|
+ private boolean ggitsTsinfoEnable = true;
|
|
|
private String ggitsTsinfoProcessId = "81050";
|
|
|
private String ggitsTsinfoUrl;
|
|
|
|
|
@@ -29,7 +29,7 @@ public class SchedulingConfig implements SchedulingConfigurer {
|
|
|
this.poolSize = 10;
|
|
|
}
|
|
|
log.info("[{}] poolSize: {} EA", this.getClass().getSimpleName(), this.poolSize);
|
|
|
- log.info("[{}] ggitsTsinfo: {}, {}, {}", this.getClass().getSimpleName(), this.useGgitsTsinfoUrl, this.ggitsTsinfoProcessId, this.ggitsTsinfoUrl);
|
|
|
+ log.info("[{}] ggitsTsinfo: {}, {}, {}", this.getClass().getSimpleName(), this.ggitsTsinfoEnable, this.ggitsTsinfoProcessId, this.ggitsTsinfoUrl);
|
|
|
}
|
|
|
|
|
|
@Override
|