From 3cd654c334ff377e2fc5a8d01e65cc1b6e1f55d4 Mon Sep 17 00:00:00 2001 From: vintnee <984491514@qq.com> Date: Wed, 23 May 2018 11:21:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 487f0bf..ca304a0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ war包是zip压缩文件,同一个应用,不同版本的war包,会包含 项目编译 mvn clean install #### 使用说明 -需要与app-pool-client客户端(https://gitee.com/jscode/app-pool-client)配合一起使用 +需要与[app-pool-client客户端](https://gitee.com/jscode/app-pool-client)配合一起使用 1. 启动http服务器 ``` -- Gitee