From 0f339c6e42abec549a36f85cc7756fa411b36166 Mon Sep 17 00:00:00 2001 From: "bryan.zhang" Date: Wed, 28 Feb 2018 19:25:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide_cn.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/guide_cn.md b/docs/guide_cn.md index ebe0db987..a04ab9942 100644 --- a/docs/guide_cn.md +++ b/docs/guide_cn.md @@ -62,8 +62,6 @@ Slot slot = executor.execute("demoChain", "arg"); 如果你的项目使用spring,推荐参考[和Spring进行集成](http://123.206.92.144:3000/guide_cn?id=和spring进行集成) # 二、和spring进行集成 -如果你的项目中使用了spring,liteFlow可以很方便和spring进行集成 - ## 2.1流程配置可以省略的部分 流程配置中的`nodes`节点,可以不用配置了,支持spring的自动扫描方式。你需要在你的spring配置文件中定义 ```xml