This website requires JavaScript.
Explore
Help
Register
Sign In
liuyupeng
/
saas-houduan
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
saas_houduan_v1.1
saas-houduan
/
bin
/
clean.bat
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
12 lines
102 B
Batchfile
Raw
Permalink
Normal View
History
Unescape
Escape
初始后端java代码
2025-08-11 18:46:44 +08:00
@
echo
off
echo
.
echo
[信息] 清理工程target生成路径。
echo
.
%~d0
cd
%~dp0
cd
..
call
mvn clean
pause
Reference in New Issue
Copy Permalink