Skip to content

Commit f1132a2

Browse files
Update index.md
1 parent 7202dea commit f1132a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/lab/zim/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ zim 初衷是学习从零开发一个纯 scala 式的应用程序,为何选择
5050
- `zim-cache-api` 缓存接口定义(`F[_]`)。
5151
- `zim-cache-redis4cats` 基于redis4cats实现缓存。
5252
- `zim-cache-redis4zio` 基于zio-redis实现缓存。
53-
- `zim-domain` 所有领域模型和repository接口定义(`F[_]`
53+
- `zim-domain` 所有领域模型定义
5454
- `zim-server` Server端的主要实现,包括 zio 依赖管理、基于 akka-http 的 route 实现、基于 tapir 的 API 具体实现。
55-
- `zim-infra` 配置和基础设施,包括系统基础配置、工具类、领域对象及其 CRUD 实现
56-
- `zim-api` tapir API 描述定义和service接口定义`F[_]`),具体实现由`zim-server`完成
55+
- `zim-infra` 配置和基础设施,包括系统基础配置、工具类、部分领域对象及核心CRUD实现
56+
- `zim-api` tapir API 描述定义和 service、repository 接口定义`F[_]`),repository 具体实现在`zim-infra`,service 具体实现在`zim-server`
5757

5858
## 环境
5959

0 commit comments

Comments
 (0)