java protoc cmd
This commit is contained in:
parent
eb6863d641
commit
a22de0475a
3
grpc/cmd
3
grpc/cmd
|
@ -1,2 +1,3 @@
|
|||
protoc -I grpc/ grpc/grpc.proto --go_out=plugins=grpc:build/golang
|
||||
protoc -I grpc/ grpc/grpc.proto --java_out=build/java
|
||||
#protoc -I grpc/ grpc/grpc.proto --java_out=build/java
|
||||
protoc -I grpc/ grpc/grpc.proto --java_out=/home/insanity/Develop/project/java/overFlow/overflow_proxy_db/src/main/java
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
syntax = "proto3";
|
||||
|
||||
option java_multiple_files = true;
|
||||
option java_package = "com.loafle.overflow.db.api";
|
||||
option java_generic_services = true;
|
||||
|
||||
message DBInput {
|
||||
string targetDao = 1;
|
||||
|
|
Loading…
Reference in New Issue
Block a user