dashboard
repositories
filestore
activity
search
login
富永鑫
/
sgd
forked from
sgd
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
!164 fix_bug 修复遗漏的拼写错误 Merge pull request !164 from 董浩然/fix_bug
若依
2022-03-09
14cd3e2c6a22d298778cdf55c55dd8fcc1fa97c6
[~fuyongxin/sgd.git]
/
bin
/
package.bat
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [ÐÅÏ¢] ´ò°üWeb¹¤³Ì£¬Éú³Éwar/jar°üÎļþ¡£
echo.
%~d0
cd %~dp0
cd ..
call mvn clean package -Dmaven.test.skip=true
pause