Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
X
XXL-JOB
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
靳帅
XXL-JOB
Commits
b990724e
提交
b990724e
authored
11月 03, 2018
作者:
xuxueli
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Release 版本:2.0.0
上级
78a1bbd5
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
17 行增加
和
18 行删除
+17
-18
README.md
README.md
+3
-0
XXL-JOB官方文档.md
doc/XXL-JOB官方文档.md
+3
-2
pom.xml
pom.xml
+1
-1
pom.xml
xxl-job-admin/pom.xml
+1
-6
message.properties
xxl-job-admin/src/main/resources/i18n/message.properties
+1
-1
message_en.properties
xxl-job-admin/src/main/resources/i18n/message_en.properties
+1
-1
pom.xml
xxl-job-core/pom.xml
+1
-1
pom.xml
xxl-job-executor-samples/pom.xml
+1
-1
pom.xml
...xecutor-samples/xxl-job-executor-sample-frameless/pom.xml
+1
-1
pom.xml
...b-executor-samples/xxl-job-executor-sample-jfinal/pom.xml
+1
-1
pom.xml
...job-executor-samples/xxl-job-executor-sample-nutz/pom.xml
+1
-1
pom.xml
...b-executor-samples/xxl-job-executor-sample-spring/pom.xml
+1
-1
pom.xml
...ecutor-samples/xxl-job-executor-sample-springboot/pom.xml
+1
-1
没有找到文件。
README.md
浏览文件 @
b990724e
...
@@ -10,6 +10,9 @@
...
@@ -10,6 +10,9 @@
<a
href=
"https://travis-ci.org/xuxueli/xxl-job"
>
<a
href=
"https://travis-ci.org/xuxueli/xxl-job"
>
<img
src=
"https://travis-ci.org/xuxueli/xxl-job.svg?branch=master"
>
<img
src=
"https://travis-ci.org/xuxueli/xxl-job.svg?branch=master"
>
</a>
</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/"
>
<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"
>
<img
src=
"https://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-job/badge.svg"
>
</a>
</a>
...
...
doc/XXL-JOB官方文档.md
浏览文件 @
b990724e
## 《分布式任务调度平台XXL-JOB》
## 《分布式任务调度平台XXL-JOB》
[

](https://travis-ci.org/xuxueli/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://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-job/)
[

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

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

](http://www.gnu.org/licenses/gpl-3.0.html)
[

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