550 Star 2.8K Fork 1.2K

GVPdromara / northstar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
update-protobuf-obj.ps1 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
Huangwl 提交于 2023-05-13 20:46 . 给TICK,BAR实体加上渠道来源
# 假设本地环境已经配置好protoc
$SRC_DIR="D:\workspace\northstar\northstar-api\src\main\resources\proto"
$JAVA_DIR="D:\workspace\northstar\northstar-api\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
Java
1
https://gitee.com/dromara/northstar.git
git@gitee.com:dromara/northstar.git
dromara
northstar
northstar
master

搜索帮助