"Recommended" FEBS-Shiro 2.0, an easy to use and beautiful rights management system

Just saw a recent software updates --FEBS-Shiro 2.0 (rights management system), to quickly share to you!

Project Description

FEBS-Shiro is a simple and efficient back-end rights management system, using Spring Boot, Shiro and Layui building. FEBS means: Fast, Easy use, Beautiful and Safe. I believe both as enterprise applications, private life or the development of scaffolding permission to build a learning system, FEBS-Shiro will be a good choice.

  • Device Support: PC side, the phone side and end PAD
  • Back-end technology: Spring Boot, Shiro, etc.
  • Front-end technology: Layui
  • Experience Address: http://49.234.20.223:8080/login
  • Experience account: scott / 1234qwer
  • Have rights: registered accounts, with view, add permissions (except for new users) and export Excel rights
  • IE 10+,Edge,Chrome last 15 versions,firefox last 15 versions,safari last 10 versions

System Features

  1. Front and rear ends verification request parameter

  2. Excel import and export support

  3. Front page layout diversification, diversification theme

  4. Supports multiple data sources, code generation

  5. Multi-Tab page for enterprise applications

  6. Dynamic refresh user rights

  7. Browser compatibility, and page support PC, Pad and mobile terminals.

  8. The code is simple, clear structure

System Module

The system functional modules are as follows:

├─系统管理
│  ├─用户管理
│  ├─角色管理
│  ├─菜单管理
│  └─部门管理
├─系统监控
│  ├─在线用户
│  ├─系统日志
│  ├─登录日志
│  ├─Redis监控
│  ├─Redis终端
│  ├─请求追踪
│  ├─系统信息
│  │  ├─JVM信息
│  │  ├─TOMCAT信息
│  │  └─服务器信息
├─任务调度
│  ├─定时任务
│  └─调度日志
├─代码生成
│  ├─生成配置
│  ├─代码生成
└─其他模块
   ├─FEBS组件
   │  ├─表单组件
   │  ├─表单组合
   │  ├─FEBS工具
   │  ├─系统图标
   │  └─其他组件
   ├─APEX图表
   │  ├─线性组件
   │  ├─面积组件
   │  ├─柱形组件
   │  ├─雷达组件
   │  ├─条形组件
   │  ├─混合组件
   ├─高德地图
   └─导入导出

PC end Preview

Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description

End mobile phone preview

Here Insert Picture Description
Here Insert Picture Description

PAD end Preview

Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description

Experience summary

Case is very rich, in addition to the user rights management also incorporates many knowledge points on the inside, such as Redis monitor, JVM information, server information, time schedule and map charts.
If the front-end can be developed inside the main study using the front-end frame, the code programming specifications, compatibility charts and maps plug device and the like. It can greatly enrich their practical experience in the development of front-end.
Something inside the back-end developers can learn very much, not just a simple CRUD. Inside persistence framework (Mybatis) included in the security framework (Apache Shiro), the template engine (Thymeleaf) and (fastjson, poi, javacsv, quartz ) and so very rich.

Guess you like

Origin blog.csdn.net/zhenghhgz/article/details/92670099