RuoYi/package.bat
2018-11-15 08:58:54 +08:00

12 lines
135 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@echo off
echo.
echo [信息] 打包工程生成jar包文件。
echo.
pause
echo.
cd %~dp0
call mvn clean package -Dmaven.test.skip=true
pause