Browse Source

优化代码

dev-complex-computation
chenzhihang 1 year ago
parent
commit
f47f66d515
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ExperimentInsServiceImpl.java

+ 0
- 10
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ExperimentInsServiceImpl.java View File

@@ -39,14 +39,8 @@ public class ExperimentInsServiceImpl implements ExperimentInsService {
private ExperimentInsDao experimentInsDao; private ExperimentInsDao experimentInsDao;
@Resource @Resource
private ExperimentDao experimentDao; private ExperimentDao experimentDao;
@Resource
private WorkflowService workflowService;
@Value("${argo.url}") @Value("${argo.url}")
private String argoUrl; private String argoUrl;
@Value("${argo.convert}")
private String argoConvert;
@Value("${argo.workflowRun}")
private String argoWorkflowRun;
@Value("${argo.workflowStatus}") @Value("${argo.workflowStatus}")
private String argoWorkflowStatus; private String argoWorkflowStatus;
@Value("${argo.workflowTermination}") @Value("${argo.workflowTermination}")
@@ -59,10 +53,6 @@ public class ExperimentInsServiceImpl implements ExperimentInsService {
private String argoWorkflowPodLog; private String argoWorkflowPodLog;
@Value("${argo.ins.logsLines}") @Value("${argo.ins.logsLines}")
private int logsLines; private int logsLines;
@Value("${minio.endpoint}")
private String minioEndpoint;
@Resource
private NewHttpUtils httpUtils;
@Resource @Resource
private K8sClientUtil k8sClientUtil; private K8sClientUtil k8sClientUtil;
@Resource @Resource


Loading…
Cancel
Save