ruoyi-vue-pro 开发指南 ruoyi-vue-pro 开发指南
  • 萌新必读
  • 后端手册
  • 中间件手册
  • 工作流手册
  • 大屏手册
  • 支付手册
  • 会员手册
  • 商城手册
  • ERP 手册
  • CRM 手册
  • AI 大模型手册
  • IoT 物联网手册
  • 公众号手册
  • 系统手册
  • 运维手册
  • 前端手册 Vue 2.x
  • 前端手册 Vue 3.x
  • 工作流手册
  • 大屏手册
  • 支付手册
  • 会员手册
  • 商城手册
  • ERP 手册
  • CRM 手册
  • AI 大模型手册
  • IoT 物联网手册
  • 公众号手册
  • 系统手册
视频教程
  • Vue3 + element-plus (opens new window)
  • Vue3 + vben(ant-design-vue) (opens new window)
  • Vue2 + element-ui (opens new window)
微服务版 (opens new window)
作者博客 (opens new window)
GitHub (opens new window)
  • 萌新必读
  • 后端手册
  • 中间件手册
  • 工作流手册
  • 大屏手册
  • 支付手册
  • 会员手册
  • 商城手册
  • ERP 手册
  • CRM 手册
  • AI 大模型手册
  • IoT 物联网手册
  • 公众号手册
  • 系统手册
  • 运维手册
  • 前端手册 Vue 2.x
  • 前端手册 Vue 3.x
  • 工作流手册
  • 大屏手册
  • 支付手册
  • 会员手册
  • 商城手册
  • ERP 手册
  • CRM 手册
  • AI 大模型手册
  • IoT 物联网手册
  • 公众号手册
  • 系统手册
视频教程
  • Vue3 + element-plus (opens new window)
  • Vue3 + vben(ant-design-vue) (opens new window)
  • Vue2 + element-ui (opens new window)
微服务版 (opens new window)
作者博客 (opens new window)
GitHub (opens new window)
  • 【v1.9.0】2023-12-01
  • 【v1.8.3】2023-10-24
  • 【v1.8.2】2023-09-24
  • 【v1.8.1】2023-09-04
  • 【v1.8.0】2023-07-27
  • 【v1.7.3】2023-05-29
  • 【v1.7.2】2023-04-19
  • 【v1.7.1】2023-03-05
  • 【v1.7.0】2023-01-30
  • 【v1.6.6】2023-01-05
  • 【v1.6.5】2022-12-01
  • 【v1.6.4】2022-08-22
  • 【v1.6.3】2022-07-29
  • 【v1.6.2】2022-06-05
  • 【v1.6.1】2022-03-21
  • 【v1.6.0】2022-03-10
  • 【v1.5.1】2022-02-28
    • 优化多租户功能,新增租户套餐,增强多租户封装
      • 📈 Statistic
      • ⭐ New Features
      • 🐞 Bug Fixes
      • 🔨 Dependency Upgrades
  • 【v1.5.0】2022-02-17
  • 【v1.4.0】2022-02-04
  • 【v1.3.0】2022.01.24
  • 【v1.2.0】2021.12.15
  • 【v1.1.0】2021.10.25
  • 【v1.0.0】2021.05.03
  • 更新日志
芋道源码
2022-03-10
目录

【v1.5.1】2022-02-28

# 优化多租户功能,新增租户套餐,增强多租户封装

  • 创建租户时,自动创建用户、角色等信息
  • 支持租户套餐,自定义每个租户的菜单、操作、按钮等权限信息

# 📈 Statistic

  • 总代码行数:71249
  • 源码代码行数:43921
  • 注释行数:16341
  • 单元测试用例数:341

# ⭐ New Features

  • 【新增】后端 yudao.tenant.enable 配置项,前端 VUE_APP_TENANT_ENABLE 配置项,用于开关租户功能。 commit (opens new window)
  • 【优化】调整默认所有表开启多租户的特性,可通过 yudao.tenant.ignore-tables 配置项进行忽略,替代原本默认不开启的策略 commit (opens new window)
  • 【新增】通过 yudao.tenant.ignore-urls 配置忽略多租户的请求,例如说 ,例如说短信回调、支付回调等 Open API commit (opens new window)
  • 【新增】新增 @TenantIgnore 注解,标记指定方法,忽略多租户的自动过滤,适合实现跨租户的逻辑 commit (opens new window)
  • 【新增】租户套餐的管理,可配置每个租户的可使用的功能权限 commit (opens new window)
  • 【优化】新建租户时,自动创建对应的管理员账号、角色等基础信息 commit (opens new window)
  • 【优化】Redis 最低版本 5.0.0 检测,解决搭建环境过程中无法理解 XREADGROUP 指令的报错 commit (opens new window)

# 🐞 Bug Fixes

  • 【修复】修复不支持根部门的问题 commit (opens new window)
  • 【修复】错误码存在重复的问题 commit (opens new window)
  • 【修复】角色的数据范围为仅本人时,登录后获取权限列表报错的问题 commit (opens new window)

# 🔨 Dependency Upgrades

  • 【升级】spring-boot from 2.5.9 to 2.5.10
  • 【升级】mybatis-plus from 3.4.3.4 to 3.5.1
【v1.6.0】2022-03-10
【v1.5.0】2022-02-17

← 【v1.6.0】2022-03-10 【v1.5.0】2022-02-17→

Theme by Vdoing | Copyright © 2019-2025 芋道源码 | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式
×