1 Star 0 Fork 567

OliverTwist / torna

forked from tanghc / torna 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.bat 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
tanghc 提交于 2022-12-28 09:29 . 1.19.4
@echo off
set dist_dir=dist
set app_name=torna
set version="1.19.4"
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/OliverTwist/torna.git
git@gitee.com:OliverTwist/torna.git
OliverTwist
torna
torna
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891