diff --git a/ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ExperimentInsServiceImpl.java b/ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ExperimentInsServiceImpl.java index b7ff69b4..060f5758 100644 --- a/ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ExperimentInsServiceImpl.java +++ b/ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ExperimentInsServiceImpl.java @@ -39,14 +39,8 @@ public class ExperimentInsServiceImpl implements ExperimentInsService { private ExperimentInsDao experimentInsDao; @Resource private ExperimentDao experimentDao; - @Resource - private WorkflowService workflowService; @Value("${argo.url}") private String argoUrl; - @Value("${argo.convert}") - private String argoConvert; - @Value("${argo.workflowRun}") - private String argoWorkflowRun; @Value("${argo.workflowStatus}") private String argoWorkflowStatus; @Value("${argo.workflowTermination}") @@ -59,10 +53,6 @@ public class ExperimentInsServiceImpl implements ExperimentInsService { private String argoWorkflowPodLog; @Value("${argo.ins.logsLines}") private int logsLines; - @Value("${minio.endpoint}") - private String minioEndpoint; - @Resource - private NewHttpUtils httpUtils; @Resource private K8sClientUtil k8sClientUtil; @Resource