1 Star 0 Fork 431

bazhenghui / EasyAdmin

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

Easyadmin

有用的话请鼓励❤️下作者,右上角☝️watch、star、fork三连点🙏🙏🙏一波

🌵介绍

基于 SpringBoot2+MybatiPlus+LayUI+Snaker+Mysql技术,可前后端分离开发或者 前后端一体式开发 ,一款简单轻量级后台管理系统脚手架内置权限管理、工作流引擎、应用监控、Api文档、行为监控、前后端代码生成、动态定时任务、在线WebLog等 。可以理解为 轻量、升级版的若依/RuoYi

相比于若依优势如下

  • 若依有的功能EasyAdmin都有,但是使用简洁、有效的轻量级实现,更少的依赖,更低的学习成本
  • 若依缺乏的常用功能EasyAdmin也添加了,都是从我实际接触的项目提炼而来,例如:工作流、在线WebLog、应用监控、NginxUI等
  • EasyAdmin具有更全面的配套文档,这个项目也是由配套专栏《从零搭建开发脚手架》整理而来

这里没有说若依不好,若依是非常优秀的开源项目,我也是若依项目的使用者之一,EasyAdmin是我根据工作中很多实际项目锤炼出的一套非常适合中小型企业开发的框架,简单来说EasyAdmin是杀鸡刀若依是杀牛刀,用户名可以根据具体的需求场景进行选择,莫喷、莫喷、莫喷。

愿景是打造一款简单轻量级后台管理系统脚手架⛳⛳⛳。目前使用的技术都是相对较轻量级、上手很容易的技术。例如:Spring Boothutool-allmybatis-plusknife4jsa-tokenjavamelodysnakerflow 等。后续的发展方向也是把目标对准中小型项目提炼简单高效架构

适合场景:💋学生毕设学习、💋前后端项目练手、💋私活快速开发、💋中小型企业脚手架、💋Spring Boot深度扩展学习

项目架构灵活多变开发模式支持前后端分离不分离模式,部署模式支持多种方式Fat.jar模式Nginx反向代理Nginx正向代理

项目地址https://gitee.com/lakernote/easy-admin

📕配套技术文章:👉从零搭建开发脚手架

本开源项目,也是从我的专栏《从零搭建开发脚手架》整理而来

📗配套视频地址:👉B站欢迎一键三连

视频正在实时更新中,欢迎大家批评指导

🌰 在线演示

🌽地址http://101.132.189.23:81/admin/login.html

低配机轻点拍穷比✈️✈️✈️✈️✈️✈️✈️

  • 用户名/密码laker/lakernote(老李提交请假申请)

  • 用户名/密码yang/lakernote(杨总审批)

  • 用户名/密码zhang/lakernote(大于2天张总审批)

当前处于开发阶段 ,由于我前端技术小白水平,开发进度较慢,还有很多功能未开发完成,有想一起开发的小伙伴,请加微信☎️【lakernote】联系我。

🌴 功能列表

功能 状态 相关文档
用户管理、部门管理、菜单管理、角色管理 🐾
基于RBAC角色的访问控制 🐾 认证授权 sa-token
基于knife4j-Api文档集成 🐾 Knife4j替换swagger
基于javamelody应用监控 🐾 Javamelody-应用程序监控
基于Snakerflow的工作流引擎 🐾 轻量级工作流引擎Snakerflow集成
自定义注解+AOP用户行为分析 🐾 SpringBoot自定义注解+AOP实现用户行为监控
基于Freemrker的前后端代码一键生成 🐾
基于mybatis插件的数据权限控制 🐾 基于Mybatis-Plus的数据权限实现
基于SpringTask定时任务(支持动态CRUD任务) 🐾 基于Spring Task实现动态管理任务
在线WebLog、动态修改日志级别 🐾 在线WebLog、动态修改日志级别
保证服务的幂等性和防止重复请求 🐾 相关文档
前端路由守卫
前端按钮控制

🌲软件架构

其他相关文章

🌳技术选型

前端

底座是Layui

这里重点感谢Layui、Pear-Admin-Layui、layuimini,我一个前端小白,学习一周就能撸出来EasyAdmin了。

后端

  • Spring Boot 2.3.7.RELEASE
  • hutool-all 工具类
  • lombok
  • mybatis-plus 3.4.2
  • druid 数据库连接池
  • mysql 数据库
  • knife4j Api文档
  • sa-token 认证授权
  • javamelody 应用监控
  • easyexcel Excel处理
  • mail 邮箱
  • snakerflow 国产工作流引擎

🌼开发教程

服务端

1.执行sql/easy-admin.sql

2.修改src/main/resource/application.yaml

server:
  port: 8080
spring:
  datasource:
    username: root
    password: 123456
    url: jdbc:mysql://localhost:3306/laker?serverTimezone=GMT%2B8&characterEncoding=utf8&useSSL=false

3.运行EasyAdminApplication.java

windows系统会自动在浏览器打开首页。超级管理员用户名密码:admin/ilovelaker

前端

有2种方式供选择

方式一、Spring Boot虚拟磁盘模式

运行EasyAdminApplication.java会自动在浏览器打开首页。属于一体化开发模式

方式二、纯静态模式

纯静态的,可直接在浏览器运行,属于前后端分离开发模式

1.修改配置web/admin/config/pear.config.yml

## 配置服务端地址
admin:
  server: http://localhost:8080

2.在web/admin/index.html处,如下图示例操作,点击图标就可以在浏览器访问了

🍄代码生成

执行CodeGenerator.java,按照提示输入即可,以下为示例和解释

--------生成文件输出目录---------
D:\JT\easy-admin/src/main/java
-----------------
请输入模块名:
module.ext  // 仅仅会影响生成java代码路径D:\JT\easy-admin/src/main/java/com/laker/admin/module/ext
请输入表名,多个英文逗号分割:
ext_log    // 影响前端代码生成路径D:\JT\easy-admin/web/admin/view/ext/log
           // 影响接口定义 http://xx:port/ext/log

生成好后,直接在菜单权限处,配置访问路径view/ext/log.html即可访问新建模块

🍂规约

数据库表命名:模块名+实体,例如:ext_log

数据库字段:主键定义为bigint,且命名为:业务Id,例如:logId

🍃项目截图

在线WebLog

登录 首页
在线用户 待办任务
已办任务 流程图
行为监控 应用监控
NginxUI 请假申请
定时任务 定时任务日志
基本资料 修改密码
用户管理 角色管理
权限管理 接口文档
流程定义 WebLog

🌺部署教程

整体部署规划结构如下:

服务端

先使用mvn clean package命令进行打包成Jar.

1.执行easy-admin.sql

2.修改application.yaml

server:
  port: 8080
spring:
  datasource:
    username: root
    password: 123456
    url: jdbc:mysql://localhost:3306/laker?serverTimezone=GMT%2B8&characterEncoding=utf8&useSSL=false

3.启动

nohup java -jar easy-admin-1.0.0.jar &

由于验证码涉及到java安全协议,建议使用脚本启动 sh run.sh start

前端

首先修改配置web/admin/config/pear.config.yml,填写你自己服务器实际ip、port

## 配置服务端地址
admin:
  server: http://localhost:8080

按照相对位置放即可(或者自己弄个nginx丢进去)

easy-admin.jar
application.yml
run.sh
web
--admin
----admin
----compoment
----config
----view
----index.html
----login.html
校验

浏览器访问http://ip:port/admin

☎️联系方式☎️

个人微信: lakernote(进群加我拉你)


微信公众号 : Java大厂面试官

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

基于SpringBoot2+MybatiPlus+LayUI+Snaker+Mysql前后端分离或一体的简单、轻量级的后台管理系统脚手架。内置权限管理、工作流引擎等。可以理解为轻量、升级版的若依/RuoYi 展开 收起
Java
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/ba911230/easy-admin.git
git@gitee.com:ba911230/easy-admin.git
ba911230
easy-admin
EasyAdmin
master

搜索帮助