RuoYi-Cloud 2.3.0 released, new file service application

If the Cloud  microservice version v2.3.0 has been released, the update log:

  1. New file service application (support local, FastDFS)
  2. Optimize the avatar style, move the mouse into the hovering mask
  3. AjaxResult rewrites the put method to facilitate chain calls
  4. Code generation supports upload control
  5. Added image upload component
  6. Support user avatar update
  7. Adjust the default homepage
  8. Role permission verification hasRole matching changed to equals
  9. Fix the judgment that the array permission is empty
  10. Modified comment to get selected nodes and half-selected nodes
  11. Upgrade pagehelper to the latest version 1.3.0
  12. Upgrade fastjson to the latest version 1.2.74
  13. Revise the authority identification of timed task execution once
  14. Fix the problem of tabs closing all fixed tab routes without refreshing
  15. New button for form building layout component
  16. Adjust the log path to the module directory
  17. Fix menu prompt information error
  18. Other details optimization

Based on Spring Boot, Spring Cloud & Alibaba, Redis distributed microservice architecture permission management system.

Download link RuoYi-Cloud

Platform introduction

  • The front-end and back-end separation model is adopted, and the front-end of the micro-service version (based on [RuoYi-Vue]( https://gitee.com/y_project/RuoYi-Vue )).
  • The backend adopts Spring Boot, Spring Cloud & Alibaba, Redis.
  • Nacos is selected for registration center and configuration center, and Redis is used for authorization authentication.
  • Flow control frame selection Sentinel.

System module

com.ruoyi     
UI-ruoyi ├──               // front-end frame [80] 
├── ruoyi-Gateway          // gateway module [8080] 
├── ruoyi the auth-             // Certification Center [9200] 
├── ruoyi-API              // interface module 
│ └── ruoyi-api-system                           // system interface 
├── ruoyi-common           // common 
module│ └── ruoyi-common-core                          // core 
module│ └── ruoyi-common-datascope                     // scope of permissions│ 
└ ── ruoyi-common-log                           // log 
records│ └── ruoyi-common-redis                         // cache 
service│ └── ruoyi-common-security                      // security module
│ └── ruoyi-common-swagger                       // system interface 
├── ruoyi-modules          // business 
module│ └── ruoyi-system                               // system module [9201] 
│ └── ruoyi-gen                                  // code generation [9202 ] 
│ └── ruoyi-job                                  // Timed task [9203] 
│ └── ruoyi-file                                 // File service [9300] 
├── ruoyi-visual           // Graphical management 
module│ └── ruoyi-visual-monitor                       // Monitoring Center [9100] 
├──pom.xml                 // Public dependency

Architecture diagram

System demo   http://ruoyi.vip

Guess you like

Origin www.oschina.net/news/121113/ruoyi-cloud-2-3-0-released