|
@@ -36,14 +36,6 @@ import java.util.concurrent.TimeUnit;
|
|
|
@Component
|
|
|
@Slf4j
|
|
|
public class ProjectConsumer {
|
|
|
-
|
|
|
-
|
|
|
- @Value("${scheduler.host.hostname}")
|
|
|
- private String hostname;
|
|
|
- @Value("${scheduler.host.username}")
|
|
|
- private String username;
|
|
|
- @Value("${scheduler.host.password}")
|
|
|
- private String password;
|
|
|
@Value("${scheduler.linux-path.temp}")
|
|
|
private String linuxTempPath;
|
|
|
@Value("${scheduler.minio-path.project-result}")
|