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
cb38e8f0
authored
Apr 19, 2019
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
升级依赖版本
parent
d1ed92c6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
doc/XXL-JOB官方文档.md
doc/db/tables_mysql(备份,请忽略).sql
pom.xml
doc/XXL-JOB官方文档.md
View file @
cb38e8f0
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
...
@@ -1425,7 +1425,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
1、调度中心告警邮件发送组件改为 “spring-boot-starter-mail”;
-
2、任务告警逻辑调整,改为通过扫描失败日志方式触发。一方面精确扫描失败任务,降低扫描范围;另一方面取消内存队列,降低线程内存消耗;
-
3、记住密码功能优化,选中时永久记住;非选中时关闭浏览器即登出;
-
4、项目依赖升级至较新稳定版本,如spring、jackson、groovy、xxl-rpc等等;
-
4、项目依赖升级至较新稳定版本,如
quartz、
spring、jackson、groovy、xxl-rpc等等;
-
5、精简项目,取消第三方依赖,如 commons-collections4 ;
-
6、底层Log调优,应用正常终止取消异常栈信息打印;
-
7、交互优化,尽量避免新开页面窗口;仅WebIDE支持新开页,并提供窗口快速关闭按钮;
...
...
doc/db/tables_mysql(备份,请忽略).sql
View file @
cb38e8f0
#
#
...
...
pom.xml
View file @
cb38e8f0
...
...
@@ -26,21 +26,21 @@
<xxl-rpc.version>
1.3.2
</xxl-rpc.version>
<spring-boot.version>
1.5.
19
.RELEASE
</spring-boot.version>
<mybatis-spring-boot-starter.version>
1.3.
3
</mybatis-spring-boot-starter.version>
<spring-boot.version>
1.5.
20
.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>
<spring.version>
4.3.2
2
.RELEASE
</spring.version>
<spring.version>
4.3.2
3
.RELEASE
</spring.version>
<freemarker.version>
2.3.28
</freemarker.version>
<slf4j-api.version>
1.7.2
5
</slf4j-api.version>
<slf4j-api.version>
1.7.2
6
</slf4j-api.version>
<junit.version>
4.12
</junit.version>
<commons-exec.version>
1.3
</commons-exec.version>
<commons-lang3.version>
3.8.1
</commons-lang3.version>
<groovy.version>
2.5.6
</groovy.version>
<quartz.version>
2.3.
0
</quartz.version>
<quartz.version>
2.3.
1
</quartz.version>
</properties>
...
...
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