Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ff9e4460
authored
Feb 24, 2017
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
更新RM
parent
d761b0dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
xxl-job-admin/src/main/resources/applicationcontext-xxl-job.xml
xxl-job-executor-example/src/main/resources/applicationcontext-xxl-job.xml
xxl-job-admin/src/main/resources/applicationcontext-xxl-job.xml
View file @
ff9e4460
...
...
@@ -18,7 +18,7 @@
<!-- (轻易不要变更“调度器名称”, 任务创建时会绑定该“调度器名称”) -->
<property
name=
"scheduler"
ref=
"quartzScheduler"
/>
<!-- 调度中心回调IP[选填],为空则自动获取 -->
<
property
name=
"callBackIp"
value=
""
/
>
<
!--<property name="callBackIp" value=""/>--
>
<!-- 调度中心回调端口号 -->
<property
name=
"callBackPort"
value=
"8888"
/>
</bean>
...
...
xxl-job-executor-example/src/main/resources/applicationcontext-xxl-job.xml
View file @
ff9e4460
...
...
@@ -15,7 +15,7 @@
<!-- 配置02、执行器 -->
<bean
id=
"xxlJobExecutor"
class=
"com.xxl.job.core.executor.jetty.XxlJobExecutor"
init-method=
"start"
destroy-method=
"destroy"
>
<!-- 执行器IP[选填],为空则自动获取 -->
<
property
name=
"ip"
value=
""
/
>
<
!--<property name="ip" value="" />--
>
<!-- 执行器端口号 -->
<property
name=
"port"
value=
"9999"
/>
<property
name=
"appName"
value=
"xxl-job-executor-example"
/>
...
...
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