Commit 8bf4c58b by 周晓航

删除默认 xxl-job 的开发默认配置

parent 010b3411
......@@ -16,10 +16,10 @@ import org.springframework.context.annotation.Configuration;
@Log4j2
public class XxlJobConfig {
@Value("${xxl.job.admin.addresses:http://xxl-job-admin-dev.api-ingress.sandload.cn/xxl-job-admin}")
@Value("${xxl.job.admin.addresses}")
private String adminAddresses;
@Value("${xxl.job.executor.appname:xxl-job-executor-report-orders-wechat}")
@Value("${xxl.job.executor.appname}")
private String appName;
//@Value("${xxl.job.executor.ip}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment