Commit 1ab10bd6 by huangfusuper

修改坐标

parent 17812597
...@@ -20,7 +20,7 @@ public class Test { ...@@ -20,7 +20,7 @@ public class Test {
Thread thread = new Thread(() -> { Thread thread = new Thread(() -> {
List<String> cmdList = Arrays.asList("python D:\\2020project\\byit-myth-job\\byit-myth-core\\myth-executor-core\\src\\test\\java\\com\\test\\test-ex.py".split(" "));; List<String> cmdList = Arrays.asList("python D:\\2020project\\byit-myth-job\\byit-myth-core\\myth-executor-core\\src\\test\\java\\com\\test\\test-ex.py".split(" "));;
MythJobProcess mythJobProcess = new MythJobProcess(cmdList, null, null, 0); MythJobProcess mythJobProcess = new MythJobProcess(cmdList, null, null, 0,"");
list.add(mythJobProcess); list.add(mythJobProcess);
String log = mythJobProcess.call(); String log = mythJobProcess.call();
System.out.println("运行日志" + log+"--"); System.out.println("运行日志" + log+"--");
......
...@@ -35,10 +35,10 @@ ...@@ -35,10 +35,10 @@
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
</dependency> </dependency>
<dependency> <!--<dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId> <artifactId>slf4j-log4j12</artifactId>
</dependency> </dependency>-->
<dependency> <dependency>
<groupId>myth-job</groupId> <groupId>myth-job</groupId>
<artifactId>myth-executor-core</artifactId> <artifactId>myth-executor-core</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment