11111
parent
3b71011bcb
commit
f01450fd2c
|
@ -122,6 +122,7 @@ public static final String importClassAndPackPath="home/lib/";
|
|||
|
||||
/**
|
||||
* 服务器存放引擎的class文件的位置
|
||||
*
|
||||
* @param className 类名
|
||||
* @param versionClazz 源代码
|
||||
*/
|
||||
|
@ -171,6 +172,7 @@ public static final String importClassAndPackPath="home/lib/";
|
|||
|
||||
/**
|
||||
* 加载规则引擎
|
||||
*
|
||||
* @param className 规则引擎类名
|
||||
*/
|
||||
@Override
|
||||
|
@ -187,10 +189,6 @@ public static final String importClassAndPackPath="home/lib/";
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public Object loadMethod(String className) {
|
||||
try {
|
||||
// 假设这是你的外部类文件路径
|
||||
|
@ -227,6 +225,7 @@ public static final String importClassAndPackPath="home/lib/";
|
|||
|
||||
/**
|
||||
* 实现测试数据
|
||||
*
|
||||
* @param className 类名
|
||||
* @param dataValue ktvl数据
|
||||
*/
|
||||
|
@ -245,11 +244,6 @@ public static final String importClassAndPackPath="home/lib/";
|
|||
public String deposit(Integer type) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
@ -276,7 +270,6 @@ public static final String importClassAndPackPath="home/lib/";
|
|||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue