|
@@ -1,4 +1,4 @@
|
1
|
|
-# 《分布式任务调度平台XXL-JOB》(最新版本V1.4.2)
|
|
1
|
+# 《分布式任务调度平台XXL-JOB》
|
2
|
2
|
## 一、简介
|
3
|
3
|
|
4
|
4
|
#### 1.1 概述
|
|
@@ -56,15 +56,20 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
|
56
|
56
|
- [github地址](https://github.com/xuxueli/xxl-job)
|
57
|
57
|
- [git.osc地址](http://git.oschina.net/xuxueli0323/xxl-job)
|
58
|
58
|
|
59
|
|
-##### 中央仓库地址 (将会把最新稳定版本的公共依赖,推送到中央仓库)
|
60
|
|
- ```
|
61
|
|
- <!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ -->
|
62
|
|
- <dependency>
|
63
|
|
- <groupId>com.xuxueli</groupId>
|
64
|
|
- <artifactId>xxl-job-core</artifactId>
|
65
|
|
- <version>1.4.2</version>
|
66
|
|
- </dependency>
|
67
|
|
- ```
|
|
59
|
+
|
|
60
|
+ 最新Release版本: v1.4.2
|
|
61
|
+ 最新Beta版本: v1.5.0
|
|
62
|
+
|
|
63
|
+##### 中央仓库地址 (最新Release版本)
|
|
64
|
+
|
|
65
|
+```
|
|
66
|
+<!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ -->
|
|
67
|
+<dependency>
|
|
68
|
+ <groupId>com.xuxueli</groupId>
|
|
69
|
+ <artifactId>xxl-job-core</artifactId>
|
|
70
|
+ <version>1.4.2</version>
|
|
71
|
+</dependency>
|
|
72
|
+```
|
68
|
73
|
|
69
|
74
|
##### 博客地址 (将会在两个博客同步更新文档)
|
70
|
75
|
|