1 Star 0 Fork 558

root / torna

forked from tanghc / torna 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.bat 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
tanghc 提交于 2022-07-07 20:55 . 1.15.7
@echo off
set dist_dir=dist
set app_name=torna
set version="1.15.7"
set build_folder=%app_name%-%version%
set target_dir=%dist_dir%\%build_folder%
cd front
call build.bat
cd ..
call mvn clean package -pl server/boot -am
::copy files
rd /q /s %target_dir%
md %target_dir%
md %target_dir%\dist
xcopy /e /y /q front\dist .\%target_dir%\dist
copy server\boot\target\torna.jar %target_dir%
copy server\boot\src\main\resources\application.properties %target_dir%
xcopy /e /y /q script %target_dir%
pause
Java
1
https://gitee.com/wjbjwang/torna.git
git@gitee.com:wjbjwang/torna.git
wjbjwang
torna
torna
master

搜索帮助