添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
  • 限制外链地址必须以http(s)//开头
  • tagview & sidebar 主题颜色与element ui(全局)同步
  • 修复dict_sort不可update为0的问题&查询返回增加dict_sort升序排序
  • 其他细节优化
  • 基于Spring Boot、Spring Cloud & Alibaba、OAuth2的分布式微服务架构权限管理系统。

    下载地址 RuoYi-Cloud

  • 采用前后端分离的模式,微服务版本前端(基于 [RuoYi-Vue]( https://gitee.com/y_project/RuoYi-Vue ))。
  • 后端采用Spring Boot、Spring Cloud & Alibaba、OAuth2。
  • 注册中心、配置中心选型Nacos,权限认证使用OAuth2。
  • 流量控制框架选型Sentinel。
  • 感谢[ruoyi-cloud-design]( https://gitee.com/zhangmrit/ruoyi-cloud ),[pig]( https://gitee.com/log4j/pig )。
  • 如需不分离应用,请移步 [RuoYi]( https://gitee.com/y_project/RuoYi ),如需分离应用,请移步 [RuoYi-Vue]( https://gitee.com/y_project/RuoYi-Vue )
  • com.ruoyi ├── ruoyi-ui // 前端框架 [80] ├── ruoyi-gateway // 网关模块 [8080] ├── ruoyi-auth // 认证中心 [9200] ├── ruoyi-api // 接口模块 │ └── ruoyi-api-system // 系统接口 ├── ruoyi-common // 通用模块 │ └── ruoyi-common-core // 核心模块 │ └── ruoyi-common-datascope // 权限范围 │ └── ruoyi-common-log // 日志记录 │ └── ruoyi-common-redis // 缓存服务 │ └── ruoyi-common-security // 安全模块 │ └── ruoyi-common-swagger // 系统接口 ├── ruoyi-modules // 业务模块 │ └── ruoyi-system // 系统模块 [9201] │ └── ruoyi-gen // 代码生成 [9202] │ └── ruoyi-job // 定时任务 [9203] ├── ruoyi-visual // 图形化管理模块 │ └── ruoyi-visual-monitor // 监控中心 [9100] ├──pom.xml // 公共依赖