update readme.md
This commit is contained in:
parent
1a8707eee6
commit
d739dd8b02
14
README.md
14
README.md
|
@ -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(完成)
|
||||||
|
```
|
Loading…
Reference in New Issue