1 Star 0 Fork 0

xuyan2680/h5app-cool-app-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dingBoot-windows.bat 551 Bytes
一键复制 编辑 原始数据 按行查看 历史
编程的贝极星 提交于 2022-04-11 12:38 . 构建
@echo off
set appName=%1
set port=%2
set appKey=%3
set appSecret=%4
set agentId=%5
set corpId=%6
if not exist ../dingtalk-pierced-client (
git clone https://github.com/open-dingtalk/dingtalk-pierced-client.git ../dingtalk-pierced-client
)
start cmd /k "mvn clean package && move backend\target\*.jar %appName%.jar && java -jar %appName%.jar --port=%port% --appKey=%appKey% --appSecret=%appSecret% --agentId=%agentId% --corpId=%corpId%"
start cmd /k "cd ../dingtalk-pierced-client/windows_64 && ding -config=ding.cfg -subdomain=%appKey% %port%"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuyan2680/h5app-cool-app-demo.git
git@gitee.com:xuyan2680/h5app-cool-app-demo.git
xuyan2680
h5app-cool-app-demo
h5app-cool-app-demo
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385