com.ruoyi
├── ruoyi-ui // Front-end framework[80]
├── ruoyi-gateway // Gateway module [8080]
├── ruoyi-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 // Permission scope
│ └── ruoyi-common-log // logging
│ └── ruoyi-common-redis // Cache service
│ └── ruoyi-common-security // Security module
│ └── ruoyi-common-swagger // System interface
├── ruoyi-modules // Business modules
│ └── ruoyi-system // System module[9201]
│ └── ruoyi-gen // Code generation[9202]
│ └── ruoyi-job // Scheduled task[9203]
│ └── ruoyi-file // File service[9300]
├── ruoyi-visual // Graphical management module
│ └── ruoyi-visual-monitor // Monitoring center[9100]
├──pom.xml // Public dependencies
User management: The user is the system operator. This function mainly completes the system user configuration.
Department management: configure system organization (company, department, group), tree structure display supports data permissions.
Position management: Configure the positions held by system users.
Menu management: configure system menus, operation permissions, button permission identification, etc.
Role management: Assign role menu permissions, set roles, and divide data range permissions by organization.
Dictionary management: Maintain some relatively fixed data frequently used in the system.
Parameter management: Dynamically configure common parameters for the system.
Notification and announcement: System notification and announcement information is released and maintained.
Operation log: system normal operation log recording and query; system abnormal information log recording and query.
Login log: The system login log record query contains login exceptions.
Online users: Monitor the status of active users in the current system.
Scheduled tasks: Online (add, modify, delete) task scheduling includes execution result logs.
Code generation: Front-end and back-end code generation (java, html, xml, sql) supports CRUD download.
System interface: Automatically generate relevant API interface documents based on business code.
Service monitoring: Monitor the current system CPU, memory, disk, stack and other related information.
Online builder: Drag form elements to generate corresponding HTML code.
Connection pool monitoring: Monitor the current system database connection pool status, and analyze SQL to find system performance bottlenecks.
admin/admin123
I have received some rewards one after another, which have been used to demonstrate server upgrades for a better experience. Thank you, friends.