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
6774216f
Commit
6774216f
authored
Apr 03, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XML 解析工具类修改
parent
c841f168
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
pom.xml
byit-plugin-core/byit-plugin-rpc-common/pom.xml
+6
-0
plugin.xml
...core/myth-plugin-rpc-server/src/main/resources/plugin.xml
+2
-4
No files found.
byit-plugin-core/byit-plugin-rpc-common/pom.xml
View file @
6774216f
...
...
@@ -46,6 +46,12 @@
</dependency>
<dependency>
<groupId>
myth-job
</groupId>
<artifactId>
myth-executor-api
</artifactId>
<version>
1.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.dom4j
</groupId>
<artifactId>
dom4j
</artifactId>
<version>
2.1.1
</version>
...
...
byit-plugin-core/myth-plugin-rpc-server/src/main/resources/plugin.xml
View file @
6774216f
<?xml version="1.0" encoding="UTF-8"?>
<executor-plugin>
<autoScan
value=
"false"
/>
<serverConfiguration>
<port
value=
"8989"
/>
<registryUrl
value=
"http://slocalhost:8080"
/>
<server-biz
value=
"myth-job"
/>
<server-env
value=
"dev"
/>
<server-thread
core-size=
""
max-size=
""
/>
<pluginServiceRegistry
value=
"com.byit.
Test
"
/>
<pluginServerClass
value=
"com.byit.
Test
"
/>
<pluginServiceRegistry
value=
"com.byit.
registry.DataSourceServiceRegistry
"
/>
<pluginServerClass
value=
"com.byit.
server.NettyPluginServer
"
/>
</serverConfiguration>
<classNames>
...
...
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