mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-02-02 18:28:41 +08:00
Merge branch 'bufanyun:main' into main
This commit is contained in:
commit
07257e3150
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
* 后端:用 goframe2.0 快速搭建基础API,goframe2.0 是一个go语言编写的Web框架。
|
* 后端:用 goframe2.0 快速搭建基础API,goframe2.0 是一个go语言编写的Web框架。
|
||||||
* 前端:用基于 JeeSite Mobile Uni-App+aidex-sharp 构建基础页面。
|
* 前端:用基于 JeeSite Mobile Uni-App+aidex-sharp 构建基础页面。
|
||||||
* 数据库:采用MySql(5.7)版本,使用 gorm 实现对数据库的基本操作。
|
* 数据库:采用MySql(8.0)版本,使用 gorm 实现对数据库的基本操作。
|
||||||
* 缓存:使用Redis实现记录当前活跃用户的jwt令牌并实现多点登录限制。
|
* 缓存:使用Redis实现记录当前活跃用户的jwt令牌并实现多点登录限制。
|
||||||
* API文档:使用Swagger构建自动化文档。
|
* API文档:使用Swagger构建自动化文档。
|
||||||
* 消息队列:同时兼容 kafka、redis、rocketmq,一键配置切换到自己想用的MQ。
|
* 消息队列:同时兼容 kafka、redis、rocketmq,一键配置切换到自己想用的MQ。
|
||||||
@ -73,7 +73,7 @@ uinapp端:
|
|||||||
|
|
||||||
## 特别感谢(以下排名不分先后)
|
## 特别感谢(以下排名不分先后)
|
||||||
|
|
||||||
* goframe2.0 https://goframe2.0.org
|
* goframe2.0 https://goframe.org
|
||||||
* JeeSite Mobile Uni-App https://gitee.com/thinkgem/jeesite4-uniapp
|
* JeeSite Mobile Uni-App https://gitee.com/thinkgem/jeesite4-uniapp
|
||||||
* aidex-sharp https://gitee.com/big-hedgehog/aidex-sharp
|
* aidex-sharp https://gitee.com/big-hedgehog/aidex-sharp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user