1 Star 0 Fork 111

Alikes/grape

forked from 云码科技/grape 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.bat 887 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangzhuo 提交于 2021-02-08 10:40 . 1. 升级插件到2.4.1
REM windows package
REM package
::如果不需要进行maven打包, 则使用 REM 注释掉该行
call mvn clean install -Dmaven.test.skip=true
REM del dist
rmdir dist /s /q
REM create dist
mkdir dist
mkdir dist\plugins
mkdir dist\plugin-configs
REM copy main program and config
xcopy grape-core\grape-server\target\grape-server-*-exec.jar dist /s /i
xcopy grape-core\grape-server\src\main\resources\application-prod.yml dist /s
xcopy grape-core\grape-server\src\main\resources\log\logging-config.xml dist /s
REM copy plugin and config
xcopy grape-plugins\grape-plugin-system-tools\target\*-jar-with-dependencies.jar dist\plugins /s
xcopy grape-plugins\grape-plugin-system-tools\src\main\resources\*-prod.yml dist\plugin-configs /s
REM copy bin
xcopy bin\* dist\ /s
cd dist
REM run main
rename grape-server-*-exec.jar grape-server.jar
rename application-prod.yml application.yml
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ailikes/grape.git
git@gitee.com:ailikes/grape.git
ailikes
grape
grape
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385