From f47f66d515d6e90950ef8b9a87e21049e5c395ba Mon Sep 17 00:00:00 2001 From: chenzhihang <709011834@qq.com> Date: Fri, 6 Dec 2024 16:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/ExperimentInsServiceImpl.java | 10 ---------- 1 file changed, 10 deletions(-) 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