grpc|grpc 中指定protobuf插件生成的代码到指定的目录
1.需求:指定protobuf插件生成的代码到指定的目录,不必每次都需要复制到自己的项目中
2 代码如下:
org.xolstice.maven.plugins
protobuf-maven-plugin
0.5.0
com.google.protobuf:protoc:3.0.0:exe:${os.detected.classifier}【grpc|grpc 中指定protobuf插件生成的代码到指定的目录】grpc-javaio.grpc:protoc-gen-grpc-java:1.0.0:exe:${os.detected.classifier}
/*指定代码生成到 src 下*/
${basedir}/src/main/java
false
compile
compile-custom
推荐阅读
- 热闹中的孤独
- Shell-Bash变量与运算符
- JS中的各种宽高度定义及其应用
- 2021-02-17|2021-02-17 小儿按摩膻中穴-舒缓咳嗽
- 深入理解Go之generate
- 异地恋中,逐渐适应一个人到底意味着什么()
- 我眼中的佛系经纪人
- 《魔法科高中的劣等生》第26卷(Invasion篇)发售
- “成长”读书社群招募
- 2020-04-07vue中Axios的封装和API接口的管理