- 集成 Iris
- HTTP/H2C Server & Client
- 集成普罗米修斯
- AOP Worker & 无侵入 Context
- 可扩展组件 Infrastructure
- 依赖注入 & 依赖倒置 & 开闭原则
- DDD & 六边形架构
- 领域事件 & 消息队列组件
- CQS & 聚合根
- CRUD & PO Generate
- 一级缓存 & 二级缓存 & 防击穿
$ go install github.com/8treenet/freedom/freedom@latest
$ freedom version
$ freedom new-project [project-name]
$ cd [project-name]
$ go mod tidy
$ go run server/main.go
# 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/schema.json