{"id":13488955,"url":"https://github.com/stylefeng/Guns","last_synced_at":"2025-03-28T02:31:39.383Z","repository":{"id":41095925,"uuid":"96391112","full_name":"stylefeng/Guns","owner":"stylefeng","description":"Guns基于SpringBoot 2，致力于做更简洁的后台管理系统，完美整合springmvc + shiro + mybatis-plus + beetl!Guns项目代码简洁，注释丰富，上手容易，同时Guns包含许多基础模块(用户管理，角色管理，部门管理，字典管理等10个模块)，可以直接作为一个后台管理系统的脚手架!","archived":false,"fork":false,"pushed_at":"2024-06-19T01:59:11.000Z","size":31240,"stargazers_count":3856,"open_issues_count":56,"forks_count":1585,"subscribers_count":207,"default_branch":"master","last_synced_at":"2024-10-29T14:56:08.083Z","etag":null,"topics":["beetl","gun","guns","jwt","mybatis","mybatis-plus","rest","rest-api","spring-boot","springmvc-shiro-mybatis"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stylefeng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-06T05:19:54.000Z","updated_at":"2024-10-29T07:39:03.000Z","dependencies_parsed_at":"2024-07-31T20:53:36.364Z","dependency_job_id":"c6049b0b-e137-4b09-9bd1-9948dfb188ad","html_url":"https://github.com/stylefeng/Guns","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylefeng%2FGuns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylefeng%2FGuns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylefeng%2FGuns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylefeng%2FGuns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stylefeng","download_url":"https://codeload.github.com/stylefeng/Guns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245623073,"owners_count":20645680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beetl","gun","guns","jwt","mybatis","mybatis-plus","rest","rest-api","spring-boot","springmvc-shiro-mybatis"],"created_at":"2024-07-31T18:01:24.877Z","updated_at":"2025-03-28T02:31:34.349Z","avatar_url":"https://github.com/stylefeng.png","language":"Vue","funding_links":[],"categories":["Vue","开源","快速开发"],"sub_categories":["SpringBoot"],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://images.gitee.com/uploads/images/2019/0109/214218_d2aa949b_551203.png\" width=\"300\"\u003e\n    \u003cbr\u003e      \n    \u003cbr\u003e      \n    \u003cp align=\"center\"\u003e\n        Guns是一个现代化的Java应用开发框架，基于主流技术Spring Boot2 + Vue3，Guns的核心理念是提高开发人员开发效率，降低企业信息化系统的开发成本。\n        \u003cbr\u003e\n        \u003cbr\u003e\n        \u003ca href=\"http://spring.io/projects/spring-boot\"\u003e\n            \u003cimg src=\"https://img.shields.io/badge/spring--boot-2.6.14-green.svg\" alt=\"spring-boot\"\u003e\n        \u003c/a\u003e\n        \u003ca href=\"http://mp.baomidou.com\"\u003e\n            \u003cimg src=\"https://img.shields.io/badge/mybatis--plus-3.5.3.1-blue.svg\" alt=\"mybatis-plus\"\u003e\n        \u003c/a\u003e  \n        \u003ca href=\"https://www.hutool.cn/\"\u003e\n            \u003cimg src=\"https://img.shields.io/badge/hutool-5.8.16-blue.svg\" alt=\"hutool\"\u003e\n        \u003c/a\u003e\n        \u003ca href=\"http://ibeetl.com/\"\u003e\n            \u003cimg src=\"https://img.shields.io/badge/beetl-3.3.1-yellow.svg\" alt=\"beetl\"\u003e\n        \u003c/a\u003e  \n    \u003c/p\u003e\n\u003c/p\u003e\n\n-----------------------------------------------------------------------------------------------\n\n## 官方网站\n\n[https://www.javaguns.com/](https://www.javaguns.com/)\n\n## 快速启动\n\n### Guns v8前端启动\n\n前端需要使用**Node 18**，请先安装node18，推荐使用yarn启动，具体启动方法如下：\n\n```shell\n# 安装依赖\nyarn\n\n# 启动前端项目\nyarn run dev\n\n# 打包\nnpm run build\n```\n\n### Guns v8后端启动\n\n以下为后台启动的过程：\n\n1. 在mysql数据库中创建guns数据库，推荐mysql 5.7或8版本。\n\n2. 修改`application-local.yml`中的数据库连接配置连接到您的数据库。\n\n3. 打开`ProjectStartApplication`运行main方法即可启动，注：新版无需运行sql初始化文件，因为集成了flyway会自动初始化表。\n\n4. 初始化账号密码：admin/123456\n\n## 扫码关注官方公众号和官方微信群\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e官方公众号\u003c/td\u003e\n        \u003ctd\u003e\u003cimg src=\"https://images.gitee.com/uploads/images/2019/0415/104911_9bc924a5_551203.png\" width=\"120\"/\u003e\u003c/td\u003e\n        \u003ctd\u003e扫码邀请入群\u003c/td\u003e\n        \u003ctd\u003e\u003cimg src=\"https://images.gitee.com/uploads/images/2019/0419/103622_d6e9fa5d_551203.png\" width=\"120\"/\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n## 更新日志\n\n### v8.1.2-2024年3月25日\n\n1. 界面整体经过专业UI设计，更加现代化、美观，更新系统菜单和按钮相关的图标，采用iconfont库图标。\n2. 用户信息增加一些常用字段，并增加用户绑定多机构功能。\n3. 系统右上角增加用户多机构切换功能。\n4. 系统右上角增加应用切换功能，使用应用可以为系统的菜单分类区分。\n5. 优化了大部分代码，提升了系统性能。\n6. 角色增加区分系统角色、业务角色、公司角色，让用户在多机构任职展示不同的权限控制。\n7. 权限绑定支持上述3种角色的权限绑定。\n8. 菜单界面重构，支持按应用区分多颗树的菜单，更加直观。\n9. 增加安全策略功能，支持密码重试策略，次数配置，支持密码失效策略，口令最小长度等配置。\n10. 优化首页常用功能的配置，可以快捷设置常用功能。\n11. 怎么加独立的授权界面，可以给用户在不同机构绑定不同业务角色和公司角色。\n12. 原有用户管理界面的绑定角色改为只绑定系统角色。\n13. 增加独立的@DataScope注解，可以便捷设置用户权限。\n14. 文档待更新，后续会陆续更新。\n\n## Guns介绍\n\nGuns是一个现代化的Java应用开发框架，基于主流技术**Spring Boot2 + Vue3 + Antd Vue**，Guns基于**插件化架构**，通过灵活组装插件，可以进行集成和拓展相关功能。\n\n**Guns v8**已经发布，前后端代码以及核心包源码，均可在如下Gitee仓库可找到：\n\n主项目：[https://gitee.com/stylefeng/guns](https://gitee.com/stylefeng/guns)\n\n核心包：[https://gitee.com/stylefeng/roses](https://gitee.com/stylefeng/roses)\n\n经过多年发展，Guns已在业界具有一定影响力。Guns技术架构可以直接应用到任何软件产品和技术公司自身的技术体系建设中，帮助企业解决**规范问题**，解决**复用问题**，解决**架构问题**。\n\n![](.README_images/1b1ba389.png)\n\n![](.README_images/52c5b334.png)\n\n![](.README_images/52646809.png)\n\n![](.README_images/c02c7be7.png)\n\n![](.README_images/bc2943ac.png)\n\n![](.README_images/aa8017f8.png)\n\n![](.README_images/de43b7f6.png)\n\n![](.README_images/636236e9.png)\n\n![](.README_images/eb69a366.png)\n\n![](.README_images/661559e2.png)\n\n![](.README_images/7b64d9ed.png)\n\n![](.README_images/179e4c7e.png)\n\n![](.README_images/dd506aa8.png)\n\n![](.README_images/d426da96.png)\n\n![](.README_images/b85c2082.png)\n\n![](.README_images/22cf3c25.png)\n\n![](.README_images/6b9ba4e4.png)\n\n![](.README_images/0bd3a450.png)\n\n![](.README_images/a17a23f7.png)\n\n![](.README_images/b391088e.png)\n\n![](.README_images/9078821a.png)\n\n![](.README_images/8a296f99.png)\n\n![](.README_images/bfbf6bf2.png)\n\n![](.README_images/31be2882.png)\n\n![](.README_images/c9af0123.png)\n\n![](.README_images/b95cf796.png)\n\n![](.README_images/bb50dd3f.png)\n\n![](.README_images/1c37b011.png)\n\n![](.README_images/bf9c1bd9.png)\n\n![](.README_images/f2d9af7f.png)\n\n![](.README_images/7d48ba1a.png)\n\n![](.README_images/64a95acf.png)\n\n![](.README_images/9337d22b.png)\n\n![](.README_images/ab06518c.png)\n\n![](.README_images/5a327d3c.png)\n\n## Guns功能列表\n\n- 1.控制面板\n- 2.用户管理\n- 3.职位管理\n- 4.机构管理\n- 5.应用管理\n- 6.角色管理\n- 7.菜单管理\n- 8.资源查看\n- 9.系统配置\n- 10.字典管理\n- 11.在线用户\n- 12.定时任务\n- 13.文件管理\n- 14.多数据源\n- 15.操作日志\n- 16.登录日志\n- 17.通知管理\n- 18.SQL监控\n- 19.服务器信息\n- 20.持续更新...\n\n## Guns插件列表\n\nGuns默认封装了很多功能插件，引用这些插件并使用相关接口，开箱即用，也可以以插件化方式拓展自定义的插件：\n\n- 1.缓存插件（内存和Redis）\n- 2.系统配置\n- 3.多数据源插件\n- 4.邮件插件\n- 5.文件插件（minio、本地、阿里云、腾讯云）\n- 6.groovy脚本\n- 7.jwt插件\n- 8.日志插件（文件、数据库）\n- 9.excel导出\n- 10.拼音转化\n- 11.短信插件（阿里云、腾讯云）\n- 12.websocket\n- 13.定时任务\n- 14.参数校验\n- 15.wrapper包装\n- 16.C端用户\n- 17.Demo拦截器\n- 18.消息插件\n- 19.持续更新...\n\n## Guns曾获荣誉\n\n*Gitee GVP最有价值开源项目。*\n\n*开源中国2018年度最受欢迎中国开源软件。*\n\n*开源中国2019年度最受欢迎中国开源软件。*\n\n*开源中国2020年度最受欢迎中国开源软件。*\n\n*开源中国2021年度最受欢迎中国开源软件。*\n\n*2021“科创中国”开源创新榜－－年度优秀开源产品。*\n\n![1-4](.README_images/1-4.png)\n\n![1-5](.README_images/1-5.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstylefeng%2FGuns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstylefeng%2FGuns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstylefeng%2FGuns/lists"}