1 Star 0 Fork 22

baochuancloud/jeegot

forked from herowjun/jeegot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.bat 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
herowjun 提交于 2021-06-14 21:33 . 优化
REM windows package
REM package
call mvn clean install -Dmaven.test.skip=true
REM del jeegot-dist
rmdir .dist /s /q
REM create jeegot-dist
mkdir .dist
mkdir .dist\plugins
mkdir .dist\upload
mkdir .dist\htmls
REM copy main program
xcopy jeegot-web\target\jeegot-web-*-exec.jar .dist /s /i
xcopy jeegot-web\src\main\resources\application-prod.properties .dist /s
REM copy plugins
xcopy plugins\jeegot-cms-plugin\target\*.jar .dist\plugins /s
xcopy plugins\jeegot-mall-plugin\target\*.jar .dist\plugins /s
REM copy htmls
xcopy jeegot-web\src\main\resources\htmls .dist\htmls /s /i
xcopy jeegot-web\start.bat .dist /s
xcopy jeegot-web\start.sh .dist /s
cd .dist
REM run main
rename jeegot-web-*-exec.jar jeegot-start.jar
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/baochuancloud/jeegot.git
git@gitee.com:baochuancloud/jeegot.git
baochuancloud
jeegot
jeegot
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385