1 Star 0 Fork 1.4K

嘉豪李/northstar-JDK21

forked from dromara/northstar 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
update-protobuf-obj.ps1 511 Bytes
Copy Edit Raw Blame History
Huangwl authored 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/jia-hao-li/northstar-JDK21.git
git@gitee.com:jia-hao-li/northstar-JDK21.git
jia-hao-li
northstar-JDK21
northstar-JDK21
master

Search