6 Star 17 Fork 11

渝州大数据实验室/lanius-orchestrate-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.bat 809 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hi,all 提交于 2022-08-16 13:58 . 前后端部署文档
REM windows package
REM DEL maven-package-jar.log
DEL maven-package-jar.log
REM package
::如果不需要进行maven打包, 则使用 REM 注释掉该行
call mvn clean install -Dmaven.test.skip=true >> maven-package-jar.log
REM del dist
rmdir dist /s /q
REM create dist and sql
mkdir dist
mkdir dist\sql
::DEL maven-package-jar.log
REM copy main program and config
xcopy lanius-orchestrate\target\lanius-orchestrate-*.jar dist /s /i
xcopy lanius-orchestrate\src\main\resources\application-dev.yml dist /s
xcopy lanius-orchestrate\src\main\resources\application.yml dist /s
xcopy lanius-orchestrate\src\main\resources\logback-spring.xml dist /s
REM copy sql
xcopy db\* dist\sql /s
REM copy bin
xcopy bin\* dist\ /s
cd dist
REM run main
rename lanius-orchestrate-*.jar lanius-orchestrate-server.jar
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yuzhou-big-data-laboratory/lanius-orchestrate-server.git
git@gitee.com:yuzhou-big-data-laboratory/lanius-orchestrate-server.git
yuzhou-big-data-laboratory
lanius-orchestrate-server
lanius-orchestrate-server
master

搜索帮助