#
gin-admin
Here are 11 public repositories matching this topic...
基于Gin + Vue + Element UI的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;文档:https://doc.go-admin.dev Demo: https://www.go-admin.dev Antd beta版本:https://preview.go-admin.dev
-
Updated
Dec 8, 2021 - Go
由gin + gorm + jwt + casbin组合实现的RBAC权限管理脚手架Golang版, 搭建完成即可快速、高效投入业务开发
go
golang
middleware
workflow
jwt
vue
websocket
validator
restful
transaction
viper
gin
rbac
message-center
casbin
idempotence
go-admin
gin-admin
-
Updated
Dec 30, 2021 - Go
Improve this page
Add a description, image, and links to the gin-admin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gin-admin topic, visit your repo's landing page and select "manage topics."
Apache 部署GVA
部署版本
GVA 2.4.0
具体配置
VirtualHost 配置中加入:
<Proxy /api> Order deny,allow Allow from all </Proxy> ProxyPass /api http://127.0.0.1:8888 ProxyPassReverse /api http://127.0.0.1:8888注意
Apache 需要开启
proxy_modulehttp://127.0.0.1:8888 为后端默认地址,如已更改记得替换