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
180439e2
authored
May 06, 2019
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update document
parent
31a1dc66
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
3 deletions
doc/XXL-JOB官方文档.md
doc/images/img_1001.png
doc/images/img_1002.png
xxl-job-admin/src/main/resources/static/js/user.index.1.js
doc/XXL-JOB官方文档.md
View file @
180439e2
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
@@ -648,7 +648,7 @@ public XxlJobSpringExecutor xxlJobExecutor() {
...
@@ -648,7 +648,7 @@ public XxlJobSpringExecutor xxlJobExecutor() {
## 四、
任务管理
## 四、
操作指南
### 4.1 配置执行器
### 4.1 配置执行器
点击进入"执行器管理"界面, 如下图:
点击进入"执行器管理"界面, 如下图:
...
@@ -755,6 +755,17 @@ try{
...
@@ -755,6 +755,17 @@ try{


### 4.12 用户管理
进入 "用户管理" 界面,可查看和管理用户信息;
目前用户分为两种角色:
-
管理员:拥有全量权限,支持在线管理用户信息,为用户分配权限,权限分配粒度为执行器;
-
普通用户:仅拥有被分配权限的执行器,及相关任务的操作权限;


## 五、总体设计
## 五、总体设计
### 5.1 源码目录介绍
### 5.1 源码目录介绍
...
...
doc/images/img_1001.png
0 → 100644
View file @
180439e2
104 KB
doc/images/img_1002.png
0 → 100644
View file @
180439e2
66.4 KB
xxl-job-admin/src/main/resources/static/js/user.index.1.js
View file @
180439e2
...
@@ -33,7 +33,10 @@ $(function() {
...
@@ -33,7 +33,10 @@ $(function() {
{
{
"data"
:
'password'
,
"data"
:
'password'
,
"visible"
:
true
,
"visible"
:
true
,
"width"
:
'20%'
"width"
:
'20%'
,
"render"
:
function
(
data
,
type
,
row
)
{
return
'*********'
;
}
},
},
{
{
"data"
:
'role'
,
"data"
:
'role'
,
...
...
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