1 Star 1 Fork 559

springrain / torna

forked from tanghc / torna 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.bat 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
tanghc 提交于 2023-02-03 16:05 . 1.20.0
@echo off
set dist_dir=dist
set app_name=torna
set version="1.20.0"
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/chunanyong/torna.git
git@gitee.com:chunanyong/torna.git
chunanyong
torna
torna
master

搜索帮助