#
go-admin
Here are 11 public repositories matching this topic...
由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
https://github.com/wenjianzhang/go-admin 24小时内完成90% DjangoRestfulFramework 复刻版
-
Updated
Jun 28, 2020 - Python
-
Updated
Apr 28, 2020 - Go
Improve this page
Add a description, image, and links to the go-admin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the go-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 为后端默认地址,如已更改记得替换