1 Star 0 Fork 559

luckyzsion / torna

forked from tanghc / torna 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.bat 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
tanghc 提交于 2021-05-25 18:23 . 1.8.0
@echo off
set dist_dir=dist
set app_name=torna
set version="1.8.0"
set build_folder=%app_name%-%version%
set target_dir=%dist_dir%\%build_folder%
cd front
call build.bat
cd ..
call mvn clean package
::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/zsion/torna.git
git@gitee.com:zsion/torna.git
zsion
torna
torna
master

搜索帮助