update readme.md

This commit is contained in:
TianJun 2021-04-28 15:05:26 +08:00
parent 1a8707eee6
commit d739dd8b02
1 changed files with 13 additions and 1 deletions

View File

@ -63,7 +63,7 @@ go env -w GOSUMDB="sum.golang.google.cn"
- 如果没有go.mod文件, 执行go mod init lingye-gin - 如果没有go.mod文件, 执行go mod init lingye-gin
- 执行go mod tidy, 下载依赖包 - 执行go mod tidy, 下载依赖包
- 运行配置 - 运行配置
![avatar](./doc/images/build_config.png) ![avatar](./doc/images/build_config.jpg)
#### 第三方开发文档 #### 第三方开发文档
``` ```
@ -74,3 +74,15 @@ https://jasperxu.com/gorm-zh/
# sql转struct # sql转struct
http://sql2struct.atotoa.com/ http://sql2struct.atotoa.com/
``` ```
#### 进度
```text
1、go接入gin(完成)
2、go接入gorm(完成)
3、自定义yaml配置(完成)
4、多库支持(完成)
5、接入日志(完成)
6、接入redis(完成)
7、自定义gorm路由(完成)
8、接入jwt(完成)
```