liusheng
9 天以前 eb3195e397b023cfae1ee4dea7fbc29f1271504f
jh-server/src/main/resources/application.yaml
@@ -3,7 +3,8 @@
    name: jh-server
  profiles:
    active: local
#    active: prod
    active: stage
  main:
    allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
@@ -233,7 +234,7 @@
    db-schemas: ${spring.datasource.dynamic.datasource.master.name}
    front-type: 10 # 前端模版的类型,参见 CodegenFrontTypeEnum 枚举类
  tenant: # 多租户相关配置项
    enable: true
    enable: false
    ignore-urls:
      - /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号
      - /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
@@ -314,4 +315,4 @@
        key: pLXUGAwK5305
        customer: E77DF18BE109F454A5CD319E44BF5177
debug: false
debug: false