- 集成Iris v12
- 集成普罗米修斯
- 无侵入式Trace
- 基于组件式的基础设施扩展
- HTTP/H2C Server & Client
- 依赖注入 & 依赖倒置
- CRUD & PO 代码生成
- DDD & 六边形架构
- 消息事件 & 领域事件
- 一级缓存 & 二级缓存 & 防击穿
$ go get github.com/8treenet/freedom/freedom
$ freedom new-project [project-name]
# freedom new-po -h 查看更多
$ cd [project-name]
# 数据库数据源方式
$ freedom new-po --dsn "root:123123@tcp(127.0.0.1:3306)/freedom?charset=utf8"
# JSON 数据源方式
$ freedom new-po --json ./domain/po/shcema.json