Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyuan
byit-myth-job
Commits
1ab10bd6
Commit
1ab10bd6
authored
Mar 17, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改坐标
parent
17812597
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Test.java
...-core/myth-executor-core/src/test/java/com/test/Test.java
+1
-1
pom.xml
byit-myth-executor/myth-executor-plugin/pom.xml
+2
-2
No files found.
byit-myth-core/myth-executor-core/src/test/java/com/test/Test.java
View file @
1ab10bd6
...
@@ -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
+
"--"
);
...
...
byit-myth-executor/myth-executor-plugin/pom.xml
View file @
1ab10bd6
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment