176 Star 1.6K Fork 556

tanghc / torna

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

搜索帮助