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
014b341f
authored
Dec 25, 2017
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
更新RM
parent
eefb8389
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
doc/XXL-JOB官方文档.md
xxl-job-executor-samples/xxl-job-executor-sample-spring/src/main/resources/applicationcontext-xxl-job.xml
doc/XXL-JOB官方文档.md
View file @
014b341f
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
@@ -292,9 +292,9 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
...
@@ -292,9 +292,9 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
<property name="appName" value="${xxl.job.executor.appname}" />
<property name="appName" value="${xxl.job.executor.appname}" />
<!-- 执行器注册中心地址[选填],为空则关闭自动注册 -->
<!-- 执行器注册中心地址[选填],为空则关闭自动注册 -->
<property name="adminAddresses" value="${xxl.job.admin.addresses}" />
<property name="adminAddresses" value="${xxl.job.admin.addresses}" />
<!-- 执行器日志路径[
必填]
-->
<!-- 执行器日志路径[
选填],为空则使用默认路径
-->
<property name="logPath" value="${xxl.job.executor.logpath}" />
<property name="logPath" value="${xxl.job.executor.logpath}" />
<!-- 访问令牌
,非空则进行匹配校验[选填]
-->
<!-- 访问令牌
[选填],非空则进行匹配校验
-->
<property name="accessToken" value="${xxl.job.accessToken}" />
<property name="accessToken" value="${xxl.job.accessToken}" />
</bean>
</bean>
```
```
...
...
xxl-job-executor-samples/xxl-job-executor-sample-spring/src/main/resources/applicationcontext-xxl-job.xml
View file @
014b341f
...
@@ -31,9 +31,9 @@
...
@@ -31,9 +31,9 @@
<property
name=
"appName"
value=
"${xxl.job.executor.appname}"
/>
<property
name=
"appName"
value=
"${xxl.job.executor.appname}"
/>
<!-- 执行器注册中心地址[选填],为空则关闭自动注册 -->
<!-- 执行器注册中心地址[选填],为空则关闭自动注册 -->
<property
name=
"adminAddresses"
value=
"${xxl.job.admin.addresses}"
/>
<property
name=
"adminAddresses"
value=
"${xxl.job.admin.addresses}"
/>
<!-- 执行器日志路径[
必填]
-->
<!-- 执行器日志路径[
选填],为空则使用默认路径
-->
<property
name=
"logPath"
value=
"${xxl.job.executor.logpath}"
/>
<property
name=
"logPath"
value=
"${xxl.job.executor.logpath}"
/>
<!-- 访问令牌
,非空则进行匹配校验[选填]
-->
<!-- 访问令牌
[选填],非空则进行匹配校验
-->
<property
name=
"accessToken"
value=
"${xxl.job.accessToken}"
/>
<property
name=
"accessToken"
value=
"${xxl.job.accessToken}"
/>
</bean>
</bean>
...
...
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