File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 5
5
- go 微服务项目目录生成工具.
6
6
- feature:
7
7
- [x] ` mono repo ` : 支持创建 ` mono repo ` , git 项目根目录.
8
+ - [ x] [ go-zero] ( https://github.com/tal-tech/go-zero )
9
+ - [ x] [ gin] ( https://github.com/gin-gonic/gin )
10
+ - [ x] [ go-micro] ( https://github.com/asim/go-micro )
8
11
- [x] ` single app ` : 支持创建 ` single app ` , 单个微服务目录.
12
+ - [x] [ go-zero] ( https://github.com/tal-tech/go-zero )
13
+ - [x] [ gin] ( https://github.com/gin-gonic/gin )
14
+ - [x] [ go-micro] ( https://github.com/asim/go-micro )
9
15
- [x] 可单个使用, 也可同时组合使用
10
16
- usage:
11
17
- [x] 先创建 ` mono-repo ` 根目录
25
31
- [x] mq: 集成 rabbitmq
26
32
- [x] 服务发现: 集成 etcd
27
33
- [x] cronjob: 集成 cronjob
34
+ - ` gin ` 微服务:
35
+ - [x] 集成 air 工具, watch 项目代码, ` 自动编译 + hot reload ` , 让 go 开发更丝滑(类 Python/Js)
36
+ - [x] rpc: 集成 grpc
37
+ - [x] log: 集成 uber log
38
+ - [x] db: 集成 gorm + mysql
39
+ - [x] cache: 集成 redis
40
+ - [x] mq: 集成 rabbitmq
41
+ - [x] 服务发现: 集成 etcd
42
+ - [x] cronjob: 集成 cronjob
43
+ - ` go-micro ` 微服务:
44
+ - [x] 集成 air 工具, watch 项目代码, ` 自动编译 + hot reload ` , 让 go 开发更丝滑(类 Python/Js)
45
+ - [x] rpc: 集成 grpc
46
+ - [x] log: 集成 uber log
47
+ - [x] db: 集成 gorm + mysql
28
48
29
49
## 应用案例:
30
50
You can’t perform that action at this time.
0 commit comments