You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

538 B

帮助文档

一、审批服务

部门服务

image

protot文件编译指令

 protoc --go_out=. --go-triple_out=. ./xxxx.proto

二、测试启动fontree-client

配置文件读取conf/dubbogo.yaml
1、cd cmd
2、 go run .

客户端启动http测试(使用gin做一个实现rpc的简单gin)

配置文件读取client/conf/dubbogo.yaml
1、cd client\gin\
2、go run client.go

postman的接口文档在 docs下postman文件

三、上线部署