EL-ADMIN v2.2 release, a number of repair and optimization

is el-admin Spring Boot 2.1.0, Spring boot Jpa, Spring Security, redis, isolated front and rear ends Vue rights management system, using the sub-module program development mode, access control use RBAC (Role-Based Access Control, based on the role access control), front-end menu support dynamic routing. The new updates are as follows:

Strengthen / New Features

  1. Log added to the IP Sources
  2. Multi-field search support fuzzy queries
  3. Strengthen management functions menu: Hide menu (some pages do not need to appear in the left menu bar can be hidden away), menu cache (solve the problem of switching Tab re-rendered)
  4. Rear condition derivation function example (example of front and rear ends, see User Management)
  5. New storage management capabilities (local storage + seven cattle cloud storage)
  6. @Query annotations Search Support across multiple tables, such as the query role to [ADMIN] users, you can define in UserQueryCriteria in:
@Query(propName = "name", joinName = "roles>permissions", type = INNER_LIKE)
private String permissionName;

optimization

  1. Seven cattle cloud storage optimized version (build Zone (obsolete) alternative use Region)
  2. Seven cattle cloud menu position adjustment (moved to storage management)
  3. Optimization of open three menus, dislocation movement end 
  4. Generating optimized code configured to automatically generate the project file based on the path Api
  5. Optimization delete items associated with: the roles, permissions, menus, department
  6. User avatar optimized picture is changed to a local store
  7. When an exception occurs Redis optimization, print log normal program execution
  8. Front-end test environment using the default proxy mode access interface
  9. element-ui upgrade to version 2.12.0

repair

  1. Repair Level 3 menu can not delete BUG
  2. After performing bug fixes regular tasks executed more than once failed to continue
  3. Repair after failed log regular tasks still to be successful bug

Preview Address: https://auauz.net/

Software Documentation: https://docs.auauz.net

Software source code

  Back-end source Front-end Source                                                  
github https://github.com/elunez/eladmin https://github.com/elunez/eladmin-qd
Cloud code https://github.com/elunez/eladmin https://gitee.com/elunez/eladmin-qt    

Guess you like

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