11111
parent
d90d8ce63f
commit
aa43f6f142
|
@ -43,7 +43,8 @@ public class EngineConfig {
|
|||
* 服务器目录路径
|
||||
* @return
|
||||
*/
|
||||
private String serverPath = "home/";
|
||||
//private String serverPath = "home/";
|
||||
private String serverPath = "lib/";
|
||||
// private String serverPath = "home/config/source/";
|
||||
|
||||
/**
|
||||
|
|
|
@ -29,4 +29,5 @@ public DataValue[] get(){
|
|||
}
|
||||
|
||||
public abstract void run();
|
||||
|
||||
}
|
||||
|
|
|
@ -21,15 +21,13 @@ public DataValue get(){
|
|||
return DataEngineValueHandler.get();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public void execution() {
|
||||
this.run();
|
||||
this.remove();
|
||||
}
|
||||
|
||||
public abstract void run();
|
||||
|
||||
this.run();
|
||||
this.remove();
|
||||
|
||||
}
|
||||
public abstract void run();
|
||||
|
||||
}
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
package com.muyu.rule.server.basic.engine.value;
|
||||
|
||||
import com.muyu.rule.common.domain.DataValue;
|
||||
|
||||
/**
|
||||
* @Author:张承志
|
||||
* @Package:com.muyu.rule.server.basic.engine.value
|
||||
* @Project:cloud-etl-rule
|
||||
* @name:ENGINE_TEST_V1
|
||||
* @Date:2024/9/2 14:43
|
||||
*/
|
||||
public class ENGINE_PHONE_TEST_V1 {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
|
@ -110,8 +110,6 @@ public class RuleEngineVersionController {
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 将源码写入到OSS中
|
||||
* @param
|
||||
|
|
Loading…
Reference in New Issue