Commit 2c8c8b88 authored by kzkzzzz's avatar kzkzzzz

feat: init

parent aeb88cc0
......@@ -33,7 +33,9 @@ make init
#### 新建服务, 主要是复制demo项目模板并进行替换
```shell
# 例如创建user服务
make service project=user
make gen project=user
# 创建job TODO
make gen project=user type=job
```
#### 开发环境运行服务
......@@ -47,3 +49,8 @@ make run project=demo
make build project=demo
```
#### 编译全部
```shell
make build-all
```
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