From b743bddb460349feec19d3a7f2152364ff1c302f Mon Sep 17 00:00:00 2001
From: lywjlong <lywjlong@qq.com>
Date: Wed, 22 May 2019 23:32:33 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=84=9A=E6=9C=AC=E4=B9=B1?=
 =?UTF-8?q?=E7=A0=81=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 bin/clean.bat   | 2 +-
 bin/package.bat | 2 +-
 bin/run.bat     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/clean.bat b/bin/clean.bat
index 4462a011..2b3a6133 100644
--- a/bin/clean.bat
+++ b/bin/clean.bat
@@ -1,6 +1,6 @@
 @echo off
 echo.
-echo [��Ϣ] ��������·����
+echo [信息] 清理生成路径。
 echo.
 pause
 echo.
diff --git a/bin/package.bat b/bin/package.bat
index dc756fbd..c69c16e3 100644
--- a/bin/package.bat
+++ b/bin/package.bat
@@ -1,6 +1,6 @@
 @echo off
 echo.
-echo [��Ϣ] ������̣�����jar���ļ���
+echo [信息] 打包工程,生成jar包文件。
 echo.
 pause
 echo.
diff --git a/bin/run.bat b/bin/run.bat
index 90073a82..de257c8f 100644
--- a/bin/run.bat
+++ b/bin/run.bat
@@ -1,6 +1,6 @@
 @echo off
 echo.
-echo [��Ϣ] ����Web���̡�
+echo [信息] 运行Web工程。
 echo.
 
 cd %~dp0