未验证 提交 48939747 编写于 作者: G Grant 提交者: GitHub

Merge pull request #39 from piexlmax/gin-vue-admin_v2_dev

Update .gitignore and readme
......@@ -23,3 +23,4 @@ yarn-error.log*
go.sum
/server/log/
/server/latest_log
......@@ -134,7 +134,7 @@ go run main.go;
- 缓存:使用`Redis`实现记录当前活跃用户的`jwt`令牌并实现多点登录限制。
- API文档:使用`Swagger`构建自动化文档。
- 配置文件:使用`fsnotify``viper`实现`yaml`格式的配置文件。
- 日志:使用`logrus`实现日志记录。
- 日志:使用`go-logging`实现日志记录。
## 4. 项目目录
......
......@@ -133,7 +133,7 @@ go run main.go;
- Cache: using `Redis` to implement the recording of the JWT token of the currently active user and implement the multi-login restriction.
- API: using Swagger to auto generate APIs docs。
- Config: using `fsnotify` and `viper` to implement `yaml` config file。
- Log: using `logrus` record logs。
- Log: using `go-logging` record logs。
## 4. Project layout
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册