Initial commit

This commit is contained in:
monorepo
2022-01-10 15:21:58 +08:00
commit cf5f31b13a
11 changed files with 102 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# app
所有应用的入口。
## 应用类型
### `/api`——对外提供接口服务的应用
一般指对外提供`http`服务的应用。
### `/service`——仅对内部提供服务的应用
一般指对内提供`grpc`服务的应用
### `/job`——运行短暂的一次性任务
分为一般任务和定时任务
View File
View File