master
zhang chengzhi 2024-09-03 15:32:59 +08:00
parent d90d8ce63f
commit aa43f6f142
5 changed files with 8 additions and 28 deletions

View File

@ -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/";
/**

View File

@ -29,4 +29,5 @@ public DataValue[] get(){
}
public abstract void run();
}

View File

@ -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();
}

View File

@ -1,18 +0,0 @@
package com.muyu.rule.server.basic.engine.value;
import com.muyu.rule.common.domain.DataValue;
/**
* @Author
* @Packagecom.muyu.rule.server.basic.engine.value
* @Projectcloud-etl-rule
* @nameENGINE_TEST_V1
* @Date2024/9/2 14:43
*/
public class ENGINE_PHONE_TEST_V1 {
}

View File

@ -110,8 +110,6 @@ public class RuleEngineVersionController {
/**
* OSS
* @param