瀏覽代碼

代码初始化

Crazy 1 月之前
父節點
當前提交
29f874b36f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      yudao-server/src/main/resources/application.yaml

+ 1 - 1
yudao-server/src/main/resources/application.yaml

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