dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update ruoyi-ui/src/permission.js. 修复退出登录重定向到登录页,登录后参数丢失。/article?id=6
Elune
2020-06-04
ef5adf2e2a4134fd06ae1432df96434de0538ec3
[expert_management.git]
/
ruoyi
/
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