Files
bin
clean.bat
package.bat
run.bat
carpool-wx-api
doc
ruiyi-carpool
ruoyi-admin
ruoyi-common
ruoyi-framework
ruoyi-generator
ruoyi-quartz
ruoyi-system
ruoyi-ui
sql
.gitignore
LICENSE
README.md
pom.xml
ry.bat
ry.sh
xkrs_ms/bin/package.bat
2020-07-19 10:25:40 +08:00

12 lines
152 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 [信息] 打包Web工程生成war/jar包文件。
echo.
%~d0
cd %~dp0
cd ..
call mvn clean package -Dmaven.test.skip=true
pause