1 Star 6 Fork 5

flechazo / AdminGo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

这是个啥?

基于GoFrame V2.0版本开发快速开发模板框架


软件架构

基于GoFrame V2.0,采用Casbin权限认证,集成Gtoken进行Jwt认证

怎么使用呢?

  1. 下载或者克隆源码到本地,导入数据库文件(数据库的链接配置请修改成自己的)
  2. 根目录执行:go run main.go 即可运行
  3. 其他命令:
    • make cli: Install or Update to the latest GoFrame CLI tool.
    • make dao: Generate go files for Entity/DAO/DO according to the configuration file from hack folder.
    • make service: Parse logic folder to generate interface go files into service folder.
    • make image TAG=xxx: Run docker build to build image according manifest/docker.
    • make image.push TAG=xxx: Run docker build and docker push to build and push image according manifest/docker.
    • make deploy TAG=xxx: Run kustomize build to build and deploy deployment to kubernetes server group according manifest/deploy.

主要功能?

目前已实现完整的权限管理功能,使用Casbin权限认证,采用Layui最新版本作为后台UI框架,对后端程序员友好,减少心智负担,基于此后台管理系统可以快速进行业务开发,Api接口端已集成Gtoken进行Jwt认证,可以快速进行Api接口开发,私活项目的福音啊

支持作者

最简单的粗暴的方式就是直接使用你们的钞能力, 当然这是您自愿的! 点击可直接查看大图

赞赏通道

当然, 如果客观条件不允许或者主观上不愿意, 也没啥关系嘛! 码农的钱挣得都是辛苦钱啊. 所以除了使用 钞能力, 你还可以通过以下方式支持作者!

  1. 给项目点个 Star, 让更多的小伙伴知道这个项目!
  2. 积极测试, 反馈 BUG, 如果发现代码中有不合理的地方积极反馈!
  3. 如果特殊需求定制,可以直接联系作者:1309579432@qq.com
MIT License Copyright (c) 2023 flechazo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于GoFrame V2.0版本开发快速开发模板框架,已实现完整的权限管理功能,使用Casbin权限认证,采用Layui最新版本作为后台UI框架,对后端程序员友好,减少心智负担,基于此后台管理系统可以快速进行业务开发,Api接口端已集成Gtoken进行Jwt认证,可以快速进行Api接口开发 展开 收起
Go
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Go
1
https://gitee.com/JerryZst/admin-go.git
git@gitee.com:JerryZst/admin-go.git
JerryZst
admin-go
AdminGo
master

搜索帮助