chore: 优化任务调度相关配置

This commit is contained in:
2024-07-22 21:06:33 +08:00
parent ed5594b31e
commit fb5a024c06
14 changed files with 95 additions and 4445 deletions

View File

@@ -49,16 +49,16 @@ import top.continew.admin.job.constant.JobConstants;
public class HttpExchangeConfiguration {
private final ObjectMapper objectMapper;
@Value("${snail-job.server.url}")
private String baseUrl;
@Value("${snail-job.namespace}")
private String namespace;
@Value("${snail-job.server.username}")
@Value("${snail-job.server.api.url}")
private String baseUrl;
@Value("${snail-job.server.api.username}")
private String username;
@Value("${snail-job.server.password}")
@Value("${snail-job.server.api.password}")
private String password;
@Bean