fix: update readme

This commit is contained in:
viletyy 2022-07-15 19:05:54 +08:00 committed by 来自村里的小螃蟹
parent 196bc90a2e
commit 2164fef773
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Go项目脚手架
2. swagger接口文档。
3. 配置、数据库、redis、日志、工具库、后台任务封装。
4. 单点登陆(jwt)。
5. 数据库版本管理
## 内容列表
@ -45,6 +46,7 @@ potato
│   ├── model(模型层用于存放model对象)
│   ├── routers(路由相关逻辑处理)
│   └── service(项目核心业务逻辑)
├── migrations(数据库迁移文件)
├── pkg(项目相关等模块包)
├── scripts(各类构建、按照,分析等操作等脚本)
└── tmp(项目生成的临时文件)