Commit d686ff4c authored by kzkzzzz's avatar kzkzzzz

feat: 修改readme

parent 2c8c8b88
......@@ -10,8 +10,6 @@ third_party 存放第三方的proto文件
app/service 服务
common 通用的工具类
script 相关shell脚本
tool 相关工具服务
tool/gateway 开发调试网关, 例如: go run gateway.go -c 192.168.233.1:8500
```
......@@ -34,7 +32,7 @@ make init
```shell
# 例如创建user服务
make gen project=user
# 创建job TODO
# 创建job TODO 待实现
make gen project=user type=job
```
......@@ -54,3 +52,9 @@ make build project=demo
make build-all
```
#### 外部服务
```text
consul 服务注册中心
Jaeger 服务调用链路追踪
kafka 服务之间异步通信
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment