修改容器内部路径
parent
11aded29da
commit
e0781b0242
|
@ -1,6 +1,7 @@
|
|||
package com.muyu.abstracts;
|
||||
|
||||
import com.muyu.BasicEngine;
|
||||
|
||||
import com.muyu.handler.DataEngineDataSetHandler;
|
||||
|
||||
public abstract class DataEngineDataSetActuator implements BasicEngine<DataValue[][]> {
|
||||
|
|
|
@ -238,7 +238,6 @@ public class EngIneController extends BaseController {
|
|||
*/
|
||||
@PostMapping("/testData")
|
||||
public Result measurement(@RequestBody EngineVersion ruleEdition) {
|
||||
|
||||
OSSFileDownload.streamingDownload(ruleEdition.getName());
|
||||
JavaClass.compile(String.valueOf(ruleEdition.getId()));
|
||||
log.error("错误原因:{}" + ruleEdition);
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue