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
bcfa10ef
Commit
bcfa10ef
authored
Mar 18, 2020
by
guo_minglei@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设置样例
parent
8fc83493
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
pom.xml
demo-client/byit-demo-client/pom.xml
+6
-6
Test.java
...ent/byit-demo-client/src/main/java/com/byit/job/Test.java
+2
-0
No files found.
demo-client/byit-demo-client/pom.xml
View file @
bcfa10ef
...
...
@@ -33,12 +33,6 @@
</dependency>
<dependency>
<groupId>
myth-job
</groupId>
<artifactId>
myth-exector-plugin
</artifactId>
<version>
1.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<version>
1.2.62
</version>
...
...
@@ -52,6 +46,12 @@
<groupId>
myth-job
</groupId>
<artifactId>
myth-executor-api
</artifactId>
</dependency>
<dependency>
<groupId>
myth-job
</groupId>
<artifactId>
myth-executor-plugin
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
<build>
...
...
demo-client/byit-demo-client/src/main/java/com/byit/job/Test.java
View file @
bcfa10ef
...
...
@@ -17,6 +17,8 @@ public class Test {
public
static
void
main
(
String
[]
args
)
{
JobUtils
.
setRequestUrl
(
"http://localhost:8998"
);
JobUtils
.
setTOKEN
(
"hjhsdhfds"
);
JobUtils
.
addWorkspace
(
"test"
);
PluginPackage
pluginPackage
=
new
PluginPackage
();
...
...
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