临时更新地址
This commit is contained in:
parent
4189841c99
commit
e8f9cd1769
|
@ -1,7 +1,7 @@
|
|||
## 概述
|
||||
liteFlow是一个轻量,快速的组件式流程引擎框架,帮助解耦业务代码,让每一个业务片段都是一个组件,并支持热加载规则配置,实现即时修改。
|
||||
|
||||
[中文文档](http://yomahub.com/liteflow)
|
||||
[中文文档](http://123.206.92.144/liteflow)
|
||||
|
||||
## 特性
|
||||
* 提供本地xml的流程配置
|
||||
|
|
|
@ -61,7 +61,7 @@ executor.init();
|
|||
Slot slot = executor.execute("demoChain", "arg");
|
||||
```
|
||||
|
||||
如果你的项目使用spring,推荐参考[和Spring进行集成](http://yomahub.com/liteflow/#/?id=%e4%ba%8c%e3%80%81%e5%92%8cspring%e8%bf%9b%e8%a1%8c%e9%9b%86%e6%88%90)
|
||||
如果你的项目使用spring,推荐参考[和Spring进行集成](http://123.206.92.144/liteflow/#/?id=%e4%ba%8c%e3%80%81%e5%92%8cspring%e8%bf%9b%e8%a1%8c%e9%9b%86%e6%88%90)
|
||||
|
||||
# 二、和spring进行集成
|
||||
## 2.1流程配置可以省略的部分
|
||||
|
@ -171,7 +171,7 @@ public <T extends Slot> T execute(String chainId,Object param);
|
|||
public <T extends Slot> T execute(String chainId,Object param,Class<? extends Slot> slotClazz);
|
||||
```
|
||||
|
||||
关于`Slot`的说明,请参照[数据槽](http://yomahub.com/liteflow/#/?id=_62%e6%95%b0%e6%8d%ae%e6%a7%bd)
|
||||
关于`Slot`的说明,请参照[数据槽](http://123.206.92.144/liteflow/#/?id=_62%e6%95%b0%e6%8d%ae%e6%a7%bd)
|
||||
|
||||
## 6.2数据槽
|
||||
在执行器执行流程时会分配唯一的一个数据槽给这个请求。不同请求的数据槽是完全隔离的。
|
||||
|
|
Loading…
Reference in New Issue