Authored by fu

readme

Showing 1 changed file with 20 additions and 2 deletions
##说明文档
## 说明文档
### 总体说明
任务中心在quartz的基础上进行包装与定制。主要提供如下功能:
... ... @@ -11,4 +11,22 @@
### 任务处理流程图
![任务处理流程](http://git.yoho.cn/yoho30/yoho-quartz/blob/master/pic/%E4%BB%BB%E5%8A%A1%E5%A4%84%E7%90%86%E6%B5%81%E7%A8%8B.png)
\ No newline at end of file
![任务处理流程](http://git.yoho.cn/yoho30/yoho-quartz/blob/master/pic/%E4%BB%BB%E5%8A%A1%E5%A4%84%E7%90%86%E6%B5%81%E7%A8%8B.png)
### 业务集成
业务侧需要添加如下maven依赖,引入任务管理客户端包。
```
<dependency>
<groupId>com.yoho.quartz</groupId>
<artifactId>yoho-quartz-client</artifactId>
<version>1.3.4-SNAPSHOT</version>
</dependency>
```
有两种任务注册方式
#### 注解方式注册
#### 调用接口方式注册
\ No newline at end of file
... ...