# EasyUI权限案例 **Repository Path**: liucq2018/easyui-rbac ## Basic Information - **Project Name**: EasyUI权限案例 - **Description**: 一个完整的使用Easyui实现的权限系统和Spring Boot的案例系统 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.gson.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 107 - **Created**: 2020-03-20 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #起步 基于JDK1.8哦。用了一些新特性,所以最好是使用最新版本的jdk ##### 修改数据源配置 在application.properties中配好自己的数据源。否则启动会失败! ##### 初始化数据 data.sql为初始化数据SQL脚本。 首次启动后,会自动创建表。表建好后,再执行data.sql导入数据。 本项目基于Spring Boot进行构建,如果你还不熟悉Spring Boot建议先移步下面网址,先学习一下Spring Boot基本使用 `https://bbs.jeasyuicn.com/thread-19.htm` #最后欢迎大家关注我的新论坛,多多支持 `https://bbs.jeasyuicn.com/` #### 案例在线演示: [案例在线演示](http://crud.jeasyuicn.com/) # 视频地址 [第一季:SpringBoot&Easyui系列-9、动态按钮权限](https://bbs.jeasyuicn.com/thread-203.htm) [第一季:SpringBoot&Easyui系列-8、动态菜单](https://bbs.jeasyuicn.com/thread-202.htm) [第一季:SpringBoot&Easyui系列-7、登录功能实现](https://bbs.jeasyuicn.com/thread-193.htm) [第一季:SpringBoot&Easyui系列-6、用户管理模块实现](https://bbs.jeasyuicn.com/thread-188.htm) [第一季:SpringBoot&Easyui系列-5、角色管理模块实现](https://bbs.jeasyuicn.com/thread-173.htm) [第一季:SpringBoot&Easyui系列-4、资源管理模块实现](https://bbs.jeasyuicn.com/thread-162.htm) [第一季:SpringBoot&Easyui系列-3、主界面和图标美化](https://bbs.jeasyuicn.com/thread-150.htm) [第一季:SpringBoot&Easyui之权限案例 -- 2、权限数据结构设计和实体类创建](https://bbs.jeasyuicn.com/thread-142.htm) [第一季:SpringBoot&Easyui之权限案例 -- 1、工程搭建和配置](https://bbs.jeasyuicn.com/thread-138.htm) ##### 项目截图 ![输入图片说明](https://git.oschina.net/uploads/images/2017/0629/172822_51c49f23_82.jpeg "在这里输入图片标题") ![输入图片说明](https://git.oschina.net/uploads/images/2017/0629/172839_4dfed0a7_82.png "在这里输入图片标题") ![输入图片说明](https://git.oschina.net/uploads/images/2017/0629/172850_c9e792c7_82.png "在这里输入图片标题") ![输入图片说明](https://git.oschina.net/uploads/images/2017/0629/172858_0532ae19_82.png "在这里输入图片标题") ##### 权限逻辑 ![输入图片说明](https://git.oschina.net/uploads/images/2017/0703/095959_d15a9894_82.jpeg "在这里输入图片标题")