dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!42 处理代码生成页面中的查询条件“创建时间”未生效的问题 Merge pull request !42 from 平凡/hmxmylove-m...
若依
2020-07-18
3afa6641736d111c433cb9cafdf85f5e19fc3b45
[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