Commit 34c008f9 by 孙龙

up

parent 7e29c0e8
Showing with 5 additions and 5 deletions
......@@ -48,20 +48,20 @@ go run ./cmd/task/main.go -config=./config/dev/ -logdir=./logs/
│ ├── common 公共文件
| ├── config 公共文件
├── ├── config 公共文件
| | ├── http http服务数据库配置文件
├── ├── ├── http http服务数据库配置文件
| | ├── task task任务脚本数据库配置文件
├── ├── ├── task task任务脚本数据库配置文件
│ ├── controller 业务逻辑访问入口
│ ├── dao 数据层操作(对mysql 等数据操作)
| | ├── http 封装的mysql数据库包、redis包
├── ├── http 封装的mysql数据库包、redis包
| | ├── task 封装的mysql数据包、redis包
├── ├── task 封装的mysql数据包、redis包
│ ├── model 数据层模型 (数据库表定义)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment