EL-ADMIN v2.4 release, upgrade cli3, new monitoring module, operation and maintenance management, etc.

EL-ADMIN Spring Boot 2.1.0, Jpa, Spring Security, redis, isolated front and rear ends of the back Vue management system, using the sub-module program development method, use RBAC access control, and data dictionary support rights management data, a key support front and rear side code generation, supports dynamic routing menu front end.

The v2.4 version of the update is as follows:

# Backend

1, the new service monitoring module eladmin-monitorload, server monitoring

2, code generator optimized to support additional configuration information, and preview generator download package support

(1) interface

(2) Configuration

QQ截图20191222113521.png

(3) Preview

QQ截图20191222113651.png

3, joined the operation and maintenance management

QQ截图20191222113815.png

4, users join nickname and gender field

QQ截图20191222113921.png

5, free map support syncing bed

QQ截图20191222114022.png

6, the new empty log function, you need the appropriate permissions to operate

QQ截图20191222115352.png

7, security optimization, password encryption method employed BCryptPasswordEncoder mode: SHA-256 + salt + random key encrypted password

QQ截图20191222115916.png

7, front end user login password rsa encryption, decryption back-end to avoid collision library

QQ截图20191222120001.png

8, @Queryadded NOT_EQUAL, BETWEEN, NOT_NULLinquiry

QQ截图20191222120139.png

9, anonymous access unified use @AnonymousAccess

去除 @PreAuthorize("hasRole('anonymous')")、@PreAuthorize("@el.check('anonymous')") 的匿名访问效果
 

10, the new single sign-on, multi-device login # 217

以最后登录为准,之前的登录都会被踢掉,可以使用single.login =false 关闭
 

11, code optimization, fully compliant with version 2.4 Alibaba code specifications

QQ截图20191222120537.png

# Front end

1, front-end upgrade to vue-cli3, adding theme configuration, directory structure optimization

2, removal initData.js, packaging crud.js, can only be introduced into the realization of all js CRUD functionality (see details source)

3, the package crud common components, it is recommended to use, almost all of the front page 2.4 using this form

Interface is as follows

QQ截图20191222114946.png

3, exception log details added to the code is highlighted, remove the console production environment

4, other upgrades can view the demo page

# Repair

1、修复查询时输入 []{} 符号报错的问题#185

2、修复本地存储预览关闭按钮被header遮挡的问题#188

3、修复Menu排序问题 #193

4、修复ip2region 不会自动关闭连接问题#217

5、QueryHelp 中 RIGHT_LIKE 缺少 break 的问题 #214

# 指南

  • 新版本代码生成器:链接
  • 新版本服务监控:链接
  • 新版本运维管理:链接
  • 新版本免费图床:链接
  • 新版本@Query查询:链接

预览地址

https://auauz.net/

软件源码

  后端源码 前端源码                                                  
github https://github.com/elunez/eladmin https://github.com/elunez/eladmin-web
码云 https://gitee.com/elunez/eladmin https://gitee.com/elunez/eladmin-web

Guess you like

Origin www.oschina.net/news/112266/el-admin-2-4-released