File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -49,20 +49,21 @@ zim 初衷是学习从零开发一个纯 scala 式的应用程序,为何选择
4949## 模块
5050
5151- ` zim-auth ` 登录鉴权,目前由 cookie 实现并对外提供“鉴权缓存”函数,具体实现由` zim-server ` 完成。
52- - ` zim-cache-api ` 缓存接口定义(` F[_] ` )。
52+ - ` zim-cache-api ` 缓存接口定义(tagless final )。
5353- ` zim-cache-redis4cats ` 基于redis4cats实现缓存。
5454- ` zim-cache-redis4zio ` 基于zio-redis实现缓存。
5555- ` zim-domain ` 所有领域模型定义。
5656- ` zim-server ` Server端的主要实现,包括 zio 依赖管理、基于 akka-http 的 route 实现、基于 tapir 的 API 具体实现。
5757- ` zim-infra ` 配置和基础设施,包括系统基础配置、工具类、部分领域对象及核心CRUD实现。
58- - ` zim-api ` tapir API 描述定义和 service、repository 接口定义(` F[_] ` ),repository 具体实现在` zim-infra ` ,service 具体实现在` zim-server ` 。
58+ - ` zim-api ` tapir API 描述定义和 service、repository 接口定义(tagless final ),repository 具体实现在` zim-infra ` ,service 具体实现在` zim-server ` 。
5959
6060## 环境
6161
62- - scala 2.12/2. 13
63- - java 8/11
62+ - scala 2.13
63+ - java 11/17
6464- redis 4/5/6
6565- mysql 8
66+ - docker-compose
6667
6768## 技术栈
6869
You can’t perform that action at this time.
0 commit comments