Pre Merge pull request !150 from msirene/tiger

This commit is contained in:
msirene 2020-04-13 11:56:44 +08:00 committed by Gitee
commit e63d86073f
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
@echo off @echo off
echo. echo.
echo [信息] 清理生成路径。 echo [信息] 清理生成路径。
echo. echo.
%~d0 %~d0

View File

@ -1,6 +1,6 @@
@echo off @echo off
echo. echo.
echo [信息] 打包Web工程生成war/jar包文件。 echo [信息] 打包Web工程生成war/jar包文件。
echo. echo.
%~d0 %~d0

View File

@ -1,6 +1,6 @@
@echo off @echo off
echo. echo.
echo [信息] 运行Web工程。 echo [信息] 运行Web工程。
echo. echo.
cd %~dp0 cd %~dp0