2024-08-24 08:56:01 +00:00
|
|
|
# go-micro DEMO
|
|
|
|
|
|
|
|
|
|
#### 启动参数
|
2024-09-07 12:40:57 +00:00
|
|
|
server_address :8080
|
|
|
|
|
|
|
|
|
|
#### QA
|
|
|
|
|
|
|
|
|
|
1. proto生成需要安装哪些工具件
|
|
|
|
|
protobuf: https://github.com/protocolbuffers/protobuf 二进制包安装
|
|
|
|
|
protoc-gen-go: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
|
|
|
|
protoc-gen-go-grpc: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
|
|
|
|
protoc-gen-micro: go install github.com/go-micro/generator/cmd/protoc-gen-micro@latest
|
|
|
|
|
protoc-go-inject-tag: go get -u github.com/favadi/protoc-go-inject-tag
|