4 Star 40 Fork 27

冰舞奇迹 / b5GoCmf

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

b5GoCMF

介绍

基于 golang 1.19 + gin + sqlx + bootstrap 3,构架的通用后台开发框架,简洁、易读、方便系统扩展及二次开发。 系统完全开源,数据库文件在static目录下,超管默认为:admin,123456。

系统演示

地址:http://b5yiicmf.b5net.com

账号:ceshi

密码:123456

下载地址:

gitee: https://gitee.com/b5net/b5-go-cmf

前端采用java的若依框架前端并进行了一定的修改,使用文档可参考 http://doc.ruoyi.vip/ruoyi/document/qdsc.html

内置功能

  1. 人员管理:人员是系统操作者,该功能主要完成系统用户配置。
  2. 组织架构:配置系统组织机构(公司、部门、小组),树结构展现支持。
  3. 菜单管理:配置系统菜单,操作权限,按钮权限标识等。
  4. 角色管理:角色菜单权限分配、数据权限分配。
  5. 登录日志:登录后台记录信息。
  6. 参数配置:多种类型的参数配置。
  7. 通知公告:系统通知公告信息发布维护。
  8. 表单构建:快速构建form表单html代码
  9. 代码生成:一键生成基于表的控制器、模型以及html页面

使用说明

  1. 采用MVC布局,Model层对应表结构,controller 路由页面渲染,并增加了dao层(与数据库打交道)和services(逻辑处理) 层
  2. 采用原生 text/template 包进行 html 布局和渲染
  3. 系统采用多模块方式,过滤器进行登录和权限判断;
  4. 封装了文件上传、图片上传等标签、快速实现上传
  5. 实现了一键导出excel功能;表单导出(参考人员管理)、全部数据导出(参考参数管理)

界面截图

Image text Image text Image text Image text Image text Image text Image text

MIT License Copyright (c) 2022 b5net 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.

简介

基于golang + gin + sqlx +bootstrap3实现的后台管理CMF(非前端分离),方便快速构架系统,可作为学习gin、goweb的实践 展开 收起
Go 等 5 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Go
1
https://gitee.com/b5net/b5-go-cmf.git
git@gitee.com:b5net/b5-go-cmf.git
b5net
b5-go-cmf
b5GoCmf
master

搜索帮助