From e07a9350094b19b4007d6847486e601cb754c4a5 Mon Sep 17 00:00:00 2001 From: "bryan.zhang" Date: Wed, 28 Feb 2018 19:37:12 +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, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide_cn.md b/docs/guide_cn.md index dd3ee4a7d..452fef591 100644 --- a/docs/guide_cn.md +++ b/docs/guide_cn.md @@ -131,7 +131,7 @@ public class TestCustomParser extends ClassXmlFlowParser { } ``` -## 4.2spring配置 +## 4.2Spring配置 spring中需要改的地方还是执行器的配置,只需要在配置的路径地方放入自定义类的类路径即可 ```xml