|
1 | 1 | ##Elastic-Job - distributed scheduled job solution
|
2 |
| -[](http://www.apache.org/licenses/LICENSE-2.0.html) |
3 |
| -[](https://travis-ci.org/dangdangdotcom/elastic-job)<br/> |
| 2 | +**License:** [](http://www.apache.org/licenses/LICENSE-2.0.html) |
| 3 | + |
| 4 | +**Maven Central:** [](https://maven-badges.herokuapp.com/maven-central/com.dangdang/elastic-job) |
4 | 5 | Elastic-Job is extracted from dd-job which is a component of ddframe. Elastic-Job just removed monitor and integrated standards parts from dd-job. It based on matured open-source productions like Quartz, Zookeeper and its client Curator.
|
5 | 6 |
|
6 | 7 | Other components of ddframe also can open-source independently. Dangdang has already released DubboX, which is core component of dd-soa.
|
7 | 8 |
|
8 | 9 | The relationship between Elastic-Job and ddframe is in this picture:
|
9 | 10 |
|
10 |
| -  |
| 11 | +  |
11 | 12 |
|
12 | 13 | ##Contributors
|
13 | 14 | * Zhang Liang [Dangdang ](http://www.dangdang.com/) [email protected]
|
@@ -67,14 +68,14 @@ Elastic-Job has deployed to Maven Central Repository, add dependencies in your p
|
67 | 68 | <dependency>
|
68 | 69 | <groupId>com.dangdang</groupId>
|
69 | 70 | <artifactId>elastic-job-core</artifactId>
|
70 |
| - <version>1.0.2</version> |
| 71 | + <version>1.0.3</version> |
71 | 72 | </dependency>
|
72 | 73 |
|
73 | 74 | <!-- add elastic-job spring module, use namespace -->
|
74 | 75 | <dependency>
|
75 | 76 | <groupId>com.dangdang</groupId>
|
76 | 77 | <artifactId>elastic-job-spring</artifactId>
|
77 |
| - <version>1.0.2</version> |
| 78 | + <version>1.0.3</version> |
78 | 79 | </dependency>
|
79 | 80 | ```
|
80 | 81 | * **Job development**
|
|
0 commit comments