1 Star 0 Fork 1.4K

夏瑶/northstar

forked from dromara/northstar 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
update-protobuf-obj.ps1 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
Huangwl 提交于 2022-12-26 18:43 . 修复protobufjs生成文件的问题
# 假设本地环境已经配置好protoc
$SRC_DIR="D:\workspace\northstar\northstar-common\src\main\resources\proto"
$JAVA_DIR="D:\workspace\northstar\northstar-common\src\main\java"
$JS_DIR="D:\workspace\northstar\northstar-monitor\src\lib"
protoc --proto_path=$SRC_DIR --java_out=$JAVA_DIR --js_out=import_style=commonjs,binary:$JS_DIR $SRC_DIR/xyz/redtorch/pb/core_field.proto
protoc --proto_path=$SRC_DIR --java_out=$JAVA_DIR --js_out=import_style=commonjs,binary:$JS_DIR $SRC_DIR/xyz/redtorch/pb/core_enum.proto
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xiaofang1020/northstar.git
[email protected]:xiaofang1020/northstar.git
xiaofang1020
northstar
northstar
master

搜索帮助