xuxueli 8 years ago
parent
commit
1a5e2c6f3e
2 changed files with 13 additions and 25 deletions
  1. 10 25
      README.md
  2. 3 0
      doc/XXL-JOB官方文档.md

+ 10 - 25
README.md View File

@@ -27,6 +27,7 @@
27 27
     </p>    
28 28
 </p>
29 29
 
30
+
30 31
 ## Intro
31 32
 XXL-JOB is a lightweight distributed task scheduling framework. 
32 33
 It's core design goal is to develop quickly and learn simple, lightweight, and easy to expand. 
@@ -34,11 +35,13 @@ Now, it's already open source, and many companies use it in production environme
34 35
 
35 36
 XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是开发迅速、学习简单、轻量级、易扩展。现已开放源代码并接入多家公司线上产品线,开箱即用。
36 37
 
38
+
37 39
 ## Documentation
38 40
 
39 41
 - [中文文档](https://github.com/xuxueli/xxl-job/blob/master/doc/XXL-JOB官方文档.md)
40 42
 - [Englis Documentation](https://github.com/xuxueli/xxl-job/blob/master/doc/XXL-JOB-Englis-Documentation.md)
41 43
 
44
+
42 45
 ## Features
43 46
 - 1、简单:支持通过Web页面对任务进行CRUD操作,操作简单,一分钟上手;
44 47
 - 2、动态:支持动态修改任务状态、暂停/恢复任务,以及终止运行中任务,即时生效;
@@ -65,6 +68,7 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
65 68
 - 23、分片广播任务:执行器集群部署时,任务路由策略选择"分片广播"情况下,一次任务调度将会广播触发对应集群中所有执行器执行一次任务,同时传递分片参数;可根据分片参数开发分片任务;
66 69
 - 24、动态分片:分片广播任务以执行器为维度进行分片,支持动态扩容执行器集群从而动态增加分片数量,协同进行业务处理;在进行大数据量业务操作时可显著提升任务处理能力和速度。
67 70
 
71
+
68 72
 ## Development
69 73
 于2015年中,我在github上创建XXL-JOB项目仓库并提交第一个commit,随之进行系统结构设计,UI选型,交互设计……
70 74
 
@@ -114,42 +118,22 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
114 118
 	- 31、四川互宜达科技有限公司
115 119
     - 32、钱包行云(北京)科技有限公司
116 120
     - 33、重庆欣才集团
121
+    - 34、咪咕互动娱乐有限公司(中国移动)
122
+    - 35、北京诺亦腾科技有限公司
123
+    - 36、增长引擎(北京)信息技术有限公司
117 124
 	- ……
118 125
 
119 126
 欢迎大家的关注和使用,XXL-JOB也将拥抱变化,持续发展。
120 127
 
121 128
 
122
-## Source and Download
123
-
124
-Source | Release Download
125
---- | ---
126
-[https://github.com/xuxueli/xxl-job](https://github.com/xuxueli/xxl-job) | [Download](https://github.com/xuxueli/xxl-job/releases)  
127
-[http://git.oschina.net/xuxueli0323/xxl-job](http://git.oschina.net/xuxueli0323/xxl-job) | [Download](http://git.oschina.net/xuxueli0323/xxl-job/releases)
128
-
129
-
130
-## Maven
131
-
132
-```
133
-<!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ -->
134
-<dependency>
135
-    <groupId>com.xuxueli</groupId>
136
-    <artifactId>xxl-job-core</artifactId>
137
-    <version>1.8.1</version>
138
-</dependency>
139
-```
140
-
141
-#### Blog
142
-
143
-- [oschina地址](http://my.oschina.net/xuxueli/blog/690978)
144
-- [cnblogs地址](http://www.cnblogs.com/xuxueli/p/5021979.html)
145
-
146
-## Communication group
129
+## Communication
147 130
 
148 131
 - 腾讯QQ群(5):138274130      [![image](http://pub.idqqimg.com/wpa/images/group.png)](http://shang.qq.com/wpa/qunwpa?idkey=a3f3aea7e5943e7a24e9726495747ddc19bccd3592d7a70ecb5a97b616062241 )
149 132
 - 腾讯QQ群(4):464762661    (群即将满,请加群5)
150 133
 - 腾讯QQ群(3):242151780    (群即将满,请加群5)
151 134
 - 腾讯QQ群(2):438249535    (群即将满,请加群5)
152 135
 - 腾讯QQ群(1):367260654    (群即将满,请加群5)
136
+- [Gitter](https://gitter.im/xuxueli/xxl-job)
153 137
 
154 138
 
155 139
 ## Issue
@@ -165,6 +149,7 @@ Source | Release Download
165 149
 
166 150
 XXL-JOB采用GPLv3协议,目的是为了保证用户的自由使用权利。协议可避免专利申请的特殊危险 "the GPL assures that patents cannot be used to render the program non-free.(摘自GPLv3)"。  
167 151
 
152
+
168 153
 ---
169 154
 ## Donate
170 155
 支持的话可以扫一扫,请作者喝杯咖啡吧:)

+ 3 - 0
doc/XXL-JOB官方文档.md View File

@@ -86,6 +86,9 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
86 86
 	- 31、四川互宜达科技有限公司
87 87
 	- 32、钱包行云(北京)科技有限公司
88 88
 	- 33、重庆欣才集团
89
+    - 34、咪咕互动娱乐有限公司(中国移动)
90
+    - 35、北京诺亦腾科技有限公司
91
+    - 36、增长引擎(北京)信息技术有限公司
89 92
 	- ……
90 93
 
91 94
 欢迎大家的关注和使用,XXL-JOB也将拥抱变化,持续发展。