1 Star 0 Fork 1.2K

nzb / northstar

forked from dromara / 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/nzb155/northstar.git
git@gitee.com:nzb155/northstar.git
nzb155
northstar
northstar
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891