更新文档

This commit is contained in:
bryan.zhang
2018-02-28 19:25:05 +08:00
parent f93ae35c4a
commit 0f339c6e42

View File

@@ -62,8 +62,6 @@ Slot slot = executor.execute("demoChain", "arg");
如果你的项目使用spring推荐参考[和Spring进行集成](http://123.206.92.144:3000/guide_cn?id=和spring进行集成)
# 二、和spring进行集成
如果你的项目中使用了springliteFlow可以很方便和spring进行集成
## 2.1流程配置可以省略的部分
流程配置中的`nodes`节点可以不用配置了支持spring的自动扫描方式。你需要在你的spring配置文件中定义
```xml