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
f96f2242
authored
May 23, 2019
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update document
parent
ac5897a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
doc/XXL-JOB官方文档.md
pom.xml
doc/XXL-JOB官方文档.md
View file @
f96f2242
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
...
@@ -1458,10 +1458,11 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
5、权限管理:执行器维度进行权限控制,管理员拥有全量权限,普通用户需要分配执行器权限后才允许相关操作;
-
6、调度日志优化:支持设置日志保留天数,过期日志天维度记录报表,并清理;调度报表汇总实时数据和报表;
-
7、调度线程池参数调优;
-
8、升级xxl-rpc至较新版本,并清理冗余POM;
-
9、注册表索引优化,缓解锁表问题;
-
10、新增Jboot执行器Sample示例项目;
-
11、任务列表支持根据状态筛选;
-
8、注册表索引优化,缓解锁表问题;
-
9、新增Jboot执行器Sample示例项目;
-
10、任务列表支持根据状态筛选;
-
11、项目依赖升级至较新稳定版本,如spring、springboot、groovy、xxl-rpc等等;并清理冗余POM;
-
12、升级xxl-rpc至较新版本,修复代理服务初始化时远程服务不可用导致长连冗余创建的问题;
### TODO LIST
...
...
pom.xml
View file @
f96f2242
...
...
@@ -24,10 +24,10 @@
<maven.compiler.target>
1.7
</maven.compiler.target>
<maven.test.skip>
true
</maven.test.skip>
<xxl-rpc.version>
1.4.1
-SNAPSHOT
</xxl-rpc.version>
<xxl-rpc.version>
1.4.1
</xxl-rpc.version>
<spring.version>
4.3.2
3
.RELEASE
</spring.version>
<spring-boot.version>
1.5.2
0
.RELEASE
</spring-boot.version>
<spring.version>
4.3.2
4
.RELEASE
</spring.version>
<spring-boot.version>
1.5.2
1
.RELEASE
</spring-boot.version>
<mybatis-spring-boot-starter.version>
1.3.4
</mybatis-spring-boot-starter.version>
<mysql-connector-java.version>
5.1.47
</mysql-connector-java.version>
...
...
@@ -36,9 +36,9 @@
<commons-exec.version>
1.3
</commons-exec.version>
<groovy.version>
2.5.
6
</groovy.version>
<groovy.version>
2.5.
7
</groovy.version>
<maven-source-plugin.version>
3.
0.1
</maven-source-plugin.version>
<maven-source-plugin.version>
3.
1.0
</maven-source-plugin.version>
<maven-javadoc-plugin.version>
3.1.0
</maven-javadoc-plugin.version>
<maven-gpg-plugin.version>
1.6
</maven-gpg-plugin.version>
<maven-war-plugin.version>
3.2.2
</maven-war-plugin.version>
...
...
@@ -103,6 +103,9 @@
<goals>
<goal>
jar
</goal>
</goals>
<configuration>
<doclint>
none
</doclint>
</configuration>
</execution>
</executions>
</plugin>
...
...
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