Skip to content

xiaomeng79/grpc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRPC-EXAMPLE

环境依赖

  1. go >=1.13

快速开始

  1. 设置代理
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,direct
  1. 克隆项目
git clone https://github.com/xiaomeng79/grpc-example
  1. 安装依赖工具和编译
make install && make build
  1. 启动服务
target/bin/grpc-example
  1. 查看接口文档(浏览器)

http://127.0.0.1:8080/swagger-ui/

About

使用grpc的示例项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published