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
11999f0a
authored
Nov 07, 2018
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
底层通讯组件升级,修复通讯异常时无效等待的问题;
parent
2337f8ef
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
doc/XXL-JOB官方文档.md
pom.xml
xxl-job-core/pom.xml
doc/XXL-JOB官方文档.md
View file @
11999f0a
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
...
@@ -1381,6 +1381,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
1、左侧菜单折叠动画问题修复;
-
2、调度报表日期分布图默认值统一;
-
3、freemarker对数字默认加千分位问题修复,解决日志ID被分隔导致查看日志失败问题;
-
4、底层通讯组件升级,修复通讯异常时无效等待的问题;
### TODO LIST
...
...
pom.xml
View file @
11999f0a
...
...
@@ -26,6 +26,7 @@
<!--<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
<javax.servlet.jsp-api.version>2.3.3</javax.servlet.jsp-api.version>-->
<xxl-rpc.version>
1.2.1-SNAPSHOT
</xxl-rpc.version>
<spring-boot.version>
1.5.17.RELEASE
</spring-boot.version>
<mybatis-spring-boot-starter.version>
1.3.2
</mybatis-spring-boot-starter.version>
...
...
xxl-job-core/pom.xml
View file @
11999f0a
...
...
@@ -19,7 +19,7 @@
<dependency>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-rpc-core
</artifactId>
<version>
1.2.0
</version>
<version>
${xxl-rpc.version}
</version>
</dependency>
<!-- groovy-all -->
...
...
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