Browse Source

feat: 去除多租户

pull/1/head
肖晋飞 2 months ago
parent
commit
61ad257f78
  1. 2
      yudao-server/src/main/resources/application.yaml

2
yudao-server/src/main/resources/application.yaml

@ -271,7 +271,7 @@ yudao:
front-type: 20 # 前端模版的类型,参见 CodegenFrontTypeEnum 枚举类 front-type: 20 # 前端模版的类型,参见 CodegenFrontTypeEnum 枚举类
unit-test-enable: false # 是否生成单元测试 unit-test-enable: false # 是否生成单元测试
tenant: # 多租户相关配置项 tenant: # 多租户相关配置项
enable: true enable: false
ignore-urls: ignore-urls:
- /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号 - /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号 - /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号

Loading…
Cancel
Save