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
65ca2017
authored
Apr 20, 2019
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
升级xxl-rpc至较新版本,修复springboot 2.x版本兼容性问题
parent
4216b2a3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
doc/XXL-JOB官方文档.md
pom.xml
doc/XXL-JOB官方文档.md
View file @
65ca2017
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
@@ -1445,6 +1445,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
...
@@ -1445,6 +1445,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
21、执行器优雅停机优化;
-
21、执行器优雅停机优化;
-
22、连接池配置优化,增强连接有效性验证;
-
22、连接池配置优化,增强连接有效性验证;
-
23、JobHandler#msg长度限制,修复异常情况下日志超长导致内存溢出的问题;
-
23、JobHandler#msg长度限制,修复异常情况下日志超长导致内存溢出的问题;
-
24、升级xxl-rpc至较新版本,修复springboot 2.x版本兼容性问题;
### 6.25 版本 v2.1.0 Release Notes[规划中]
### 6.25 版本 v2.1.0 Release Notes[规划中]
...
...
pom.xml
View file @
65ca2017
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<maven.compiler.target>
1.7
</maven.compiler.target>
<maven.compiler.target>
1.7
</maven.compiler.target>
<maven.test.skip>
true
</maven.test.skip>
<maven.test.skip>
true
</maven.test.skip>
<xxl-rpc.version>
1.
3.2
</xxl-rpc.version>
<xxl-rpc.version>
1.
4.0
</xxl-rpc.version>
<spring-boot.version>
1.5.20.RELEASE
</spring-boot.version>
<spring-boot.version>
1.5.20.RELEASE
</spring-boot.version>
<mybatis-spring-boot-starter.version>
1.3.4
</mybatis-spring-boot-starter.version>
<mybatis-spring-boot-starter.version>
1.3.4
</mybatis-spring-boot-starter.version>
...
...
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