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
b990724e
authored
Nov 04, 2018
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Release 版本:2.0.0
parent
78a1bbd5
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
18 additions
and
19 deletions
README.md
doc/XXL-JOB官方文档.md
pom.xml
xxl-job-admin/pom.xml
xxl-job-admin/src/main/resources/i18n/message.properties
xxl-job-admin/src/main/resources/i18n/message_en.properties
xxl-job-core/pom.xml
xxl-job-executor-samples/pom.xml
xxl-job-executor-samples/xxl-job-executor-sample-frameless/pom.xml
xxl-job-executor-samples/xxl-job-executor-sample-jfinal/pom.xml
xxl-job-executor-samples/xxl-job-executor-sample-nutz/pom.xml
xxl-job-executor-samples/xxl-job-executor-sample-spring/pom.xml
xxl-job-executor-samples/xxl-job-executor-sample-springboot/pom.xml
README.md
View file @
b990724e
...
...
@@ -10,6 +10,9 @@
<a
href=
"https://travis-ci.org/xuxueli/xxl-job"
>
<img
src=
"https://travis-ci.org/xuxueli/xxl-job.svg?branch=master"
>
</a>
<a
href=
"https://hub.docker.com/r/xuxueli/xxl-job-admin/"
>
<img
src=
"https://img.shields.io/badge/docker-passing-brightgreen.svg"
>
</a>
<a
href=
"https://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-job/"
>
<img
src=
"https://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-job/badge.svg"
>
</a>
...
...
doc/XXL-JOB官方文档.md
View file @
b990724e
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
## 《分布式任务调度平台XXL-JOB》
[

](https://travis-ci.org/xuxueli/xxl-job)
[

](https://hub.docker.com/r/xuxueli/xxl-job-admin/)
[

](https://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-job/)
[

](https://github.com/xuxueli/xxl-job/releases)
[

](http://www.gnu.org/licenses/gpl-3.0.html)
...
...
@@ -1330,7 +1331,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
40、项目依赖全量升级至较新稳定版本,如spring、Jackson、groovy等等;
-
41、docker支持:调度中心提供 Dockerfile 方便快速构建docker镜像;
### 6.23 版本 V2.0.0 特性[
迭代中
]
### 6.23 版本 V2.0.0 特性[
2018-11-04
]
-
1、调度中心迁移到 springboot;
-
2、底层通讯组件迁移至 xxl-rpc;
-
3、IP获取逻辑优化,优先遍历网卡来获取可用IP;
...
...
@@ -1344,7 +1345,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
11、项目依赖升级 groovy 至较新稳定版本;pom清理;
-
12、子任务失败重试重试逻辑优化,子任务失败时将会按照其预设的失败重试次数主动进行重试
-
13、多项UI组件升级到最新版本,如:CodeMirror、Echarts、Jquery 等;
-
14、
[
迭代中
]
docker镜像,并且推送docker镜像到
中央仓库,更进一步实现产品开箱即用;
-
14、
提供官方docker镜像,并推送至
中央仓库,更进一步实现产品开箱即用;
### TODO LIST
...
...
pom.xml
View file @
b990724e
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
2.0.0
-SNAPSHOT
</version>
<version>
2.0.0
</version>
<packaging>
pom
</packaging>
<name>
${project.artifactId}
</name>
...
...
xxl-job-admin/pom.xml
View file @
b990724e
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
2.0.0
-SNAPSHOT
</version>
<version>
2.0.0
</version>
</parent>
<artifactId>
xxl-job-admin
</artifactId>
<packaging>
jar
</packaging>
...
...
@@ -69,14 +69,12 @@
<artifactId>
spring-boot-starter-freemarker
</artifactId>
</dependency>
<!-- mybatis-starter:mybatis + mybatis-spring + tomcat-jdbc(default) -->
<dependency>
<groupId>
org.mybatis.spring.boot
</groupId>
<artifactId>
mybatis-spring-boot-starter
</artifactId>
<version>
${mybatis-spring-boot-starter.version}
</version>
</dependency>
<!-- mysql -->
<dependency>
<groupId>
mysql
</groupId>
...
...
@@ -84,7 +82,6 @@
<version>
${mysql-connector-java.version}
</version>
</dependency>
<!-- commons-collections4 -->
<dependency>
<groupId>
org.apache.commons
</groupId>
...
...
@@ -104,7 +101,6 @@
<version>
${commons-email.version}
</version>
</dependency>
<!-- quartz :quartz-2.2.3/c3p0-0.9.1.1/slf4j-api-1.6.6 -->
<dependency>
<groupId>
org.quartz-scheduler
</groupId>
...
...
@@ -112,7 +108,6 @@
<version>
${quartz.version}
</version>
</dependency>
<!-- xxl-job-core -->
<dependency>
<groupId>
com.xuxueli
</groupId>
...
...
xxl-job-admin/src/main/resources/i18n/message.properties
View file @
b990724e
admin_name
=
任务调度中心
admin_name_full
=
分布式任务调度平台XXL-JOB
admin_version
=
2.0.0
-SNAPSHOT
admin_version
=
2.0.0
## system
system_tips
=
系统提示
...
...
xxl-job-admin/src/main/resources/i18n/message_en.properties
View file @
b990724e
admin_name
=
Scheduling Center
admin_name_full
=
Distributed Task Scheduling Platform XXL-JOB
admin_version
=
2.0.0
-SNAPSHOT
admin_version
=
2.0.0
## system
system_tips
=
System message
...
...
xxl-job-core/pom.xml
View file @
b990724e
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
2.0.0
-SNAPSHOT
</version>
<version>
2.0.0
</version>
</parent>
<artifactId>
xxl-job-core
</artifactId>
<packaging>
jar
</packaging>
...
...
xxl-job-executor-samples/pom.xml
View file @
b990724e
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
2.0.0
-SNAPSHOT
</version>
<version>
2.0.0
</version>
</parent>
<artifactId>
xxl-job-executor-samples
</artifactId>
<packaging>
pom
</packaging>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-frameless/pom.xml
View file @
b990724e
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job-executor-samples
</artifactId>
<version>
2.0.0
-SNAPSHOT
</version>
<version>
2.0.0
</version>
</parent>
<artifactId>
xxl-job-executor-sample-frameless
</artifactId>
<packaging>
jar
</packaging>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-jfinal/pom.xml
View file @
b990724e
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
xxl-job-executor-samples
</artifactId>
<groupId>
com.xuxueli
</groupId>
<version>
2.0.0
-SNAPSHOT
</version>
<version>
2.0.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
xxl-job-executor-sample-jfinal
</artifactId>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-nutz/pom.xml
View file @
b990724e
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job-executor-samples
</artifactId>
<version>
2.0.0
-SNAPSHOT
</version>
<version>
2.0.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
xxl-job-executor-sample-nutz
</artifactId>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-spring/pom.xml
View file @
b990724e
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job-executor-samples
</artifactId>
<version>
2.0.0
-SNAPSHOT
</version>
<version>
2.0.0
</version>
</parent>
<artifactId>
xxl-job-executor-sample-spring
</artifactId>
<packaging>
war
</packaging>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-springboot/pom.xml
View file @
b990724e
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job-executor-samples
</artifactId>
<version>
2.0.0
-SNAPSHOT
</version>
<version>
2.0.0
</version>
</parent>
<artifactId>
xxl-job-executor-sample-springboot
</artifactId>
<packaging>
jar
</packaging>
...
...
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