|
@@ -4,10 +4,10 @@ import com.alibaba.cola.exception.SysException;
|
|
|
import com.caucho.hessian.io.Hessian2Input;
|
|
|
import com.caucho.hessian.io.Hessian2Output;
|
|
|
import com.google.common.collect.Lists;
|
|
|
-import com.hrsk.cloud.op.eg.domain.api.FunctionObject;
|
|
|
-import com.hrsk.cloud.op.eg.domain.api.HttpApiConfig;
|
|
|
-import com.hrsk.cloud.op.eg.domain.api.KeyValueObject;
|
|
|
-import com.hrsk.cloud.op.eg.domain.api.ValueObject;
|
|
|
+import com.hrsk.cloud.eg.domain.api.FunctionObject;
|
|
|
+import com.hrsk.cloud.eg.domain.api.HttpApiConfig;
|
|
|
+import com.hrsk.cloud.eg.domain.api.KeyValueObject;
|
|
|
+import com.hrsk.cloud.eg.domain.api.ValueObject;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
|
import java.io.ByteArrayInputStream;
|
|
@@ -65,6 +65,12 @@ public class HessianUtils {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * @description: 测试方法
|
|
|
+ * @author zhangyy
|
|
|
+ * @date 2024/8/27 10:14
|
|
|
+ * @version 1.0
|
|
|
+ */
|
|
|
public static void main(String[] args) {
|
|
|
FunctionObject md5 = new FunctionObject();
|
|
|
md5.setCode("md5");
|