Skip to content

yekingyan/go-base-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

一、Protobuf安装

下载并解压

https://github.com/protocolbuffers/protobuf/releases

环境变量

{protobuf}/bin目录 设置进环境变量

查看

protoc --version

二、生成Protobuf代码

server>./genProto

三、 vscode 启动服务配置

mkdir -p .vscode cp config/vscodeLaunch.json .vscode/launch.json

四 密钥配置

server> touch auth/private.key server> touch share/auth/public.key

并填入密钥

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published