1 Star 0 Fork 22

Osiris/jeegot

forked from herowjun/jeegot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 657 Bytes
一键复制 编辑 原始数据 按行查看 历史
herowjun 提交于 2021-06-14 21:33 . 优化
#!/bin/sh
# linux、mac上打包的脚本
mvn clean install -Dmaven.test.skip=true
# del jeegot-dist
rm -rf dist
# create jeegot-dist
mkdir dist
mkdir dist/plugins
mkdir dist/upload
mkdir dist/htmls
# copy main program and config
cp jeegot-web/target/jeegot-web-*-exec.jar dist
cp jeegot-web/src/main/resources/application-prod.properties dist
# copy plugins
cp plugins/jeegot-cms-plugin/target/*.jar dist/plugins
cp plugins/jeegot-mall-plugin/target/*.jar dist/plugins
# copy htmls
cp -r jeegot-web/src/main/resources/htmls dist
cp jeegot-web/start.bat dist
cp jeegot-web/start.sh dist
cd dist
# run main
mv jeegot-web-*-exec.jar jeegot-start.jar
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/shiwuyisheng/jeegot.git
git@gitee.com:shiwuyisheng/jeegot.git
shiwuyisheng
jeegot
jeegot
master

搜索帮助