Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hilo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizifeng
hilo
Commits
d686ff4c
Commit
d686ff4c
authored
Jul 15, 2022
by
kzkzzzz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改readme
parent
2c8c8b88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
README.md
README.md
+7
-3
No files found.
README.md
View file @
d686ff4c
...
@@ -10,8 +10,6 @@ third_party 存放第三方的proto文件
...
@@ -10,8 +10,6 @@ third_party 存放第三方的proto文件
app/service 服务
app/service 服务
common 通用的工具类
common 通用的工具类
script 相关shell脚本
script 相关shell脚本
tool 相关工具服务
tool/gateway 开发调试网关, 例如: go run gateway.go -c 192.168.233.1:8500
```
```
...
@@ -34,7 +32,7 @@ make init
...
@@ -34,7 +32,7 @@ make init
```
shell
```
shell
# 例如创建user服务
# 例如创建user服务
make gen
project
=
user
make gen
project
=
user
# 创建job TODO
# 创建job TODO
待实现
make gen
project
=
user
type
=
job
make gen
project
=
user
type
=
job
```
```
...
@@ -54,3 +52,9 @@ make build project=demo
...
@@ -54,3 +52,9 @@ make build project=demo
make build-all
make build-all
```
```
#### 外部服务
```
text
consul 服务注册中心
Jaeger 服务调用链路追踪
kafka 服务之间异步通信
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment